Spaces:
Sleeping
Sleeping
added soft theme
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ def respond(message, history):
|
|
| 27 |
#def echo(message, history):
|
| 28 |
# return message
|
| 29 |
print("hello world")
|
| 30 |
-
chatbot = gr.ChatInterface(respond, type="messages", title = "LLM Chatbox")
|
| 31 |
# declaring chatbot so that user can interact and see their conversation history and send new messages
|
| 32 |
|
| 33 |
chatbot.launch()
|
|
|
|
| 27 |
#def echo(message, history):
|
| 28 |
# return message
|
| 29 |
print("hello world")
|
| 30 |
+
chatbot = gr.ChatInterface(respond, type="messages", title = "LLM Chatbox", theme = "gradio/soft")
|
| 31 |
# declaring chatbot so that user can interact and see their conversation history and send new messages
|
| 32 |
|
| 33 |
chatbot.launch()
|