Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|