trishat commited on
Commit
23bbbd7
·
verified ·
1 Parent(s): 363f80e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -103,6 +103,9 @@ def respond(message, history):
103
 
104
  return response.choices[0].message.content.strip()
105
 
 
 
 
106
  theme = gr.themes.Soft().set(
107
  body_background_fill="#20235c",
108
  body_text_color="#c7a50e",
 
103
 
104
  return response.choices[0].message.content.strip()
105
 
106
+ def display_image():
107
+ return "ByteShield.png"
108
+
109
  theme = gr.themes.Soft().set(
110
  body_background_fill="#20235c",
111
  body_text_color="#c7a50e",