Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def respond(
|
|
38 |
except Exception as e:
|
39 |
yield f"Error: {e}"
|
40 |
|
41 |
-
demo = gr.ChatInterface(
|
42 |
|
43 |
if __name__ == "__main__":
|
44 |
demo.launch()
|
|
|
38 |
except Exception as e:
|
39 |
yield f"Error: {e}"
|
40 |
|
41 |
+
demo = gr.ChatInterface(respond, theme="Yntec/HaleyCH_Theme_Orange")
|
42 |
|
43 |
if __name__ == "__main__":
|
44 |
demo.launch()
|