Spaces:
Runtime error
Runtime error
Antoine245
commited on
Commit
·
833b4dd
1
Parent(s):
9763892
Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,7 @@ examples = [
|
|
25 |
# user_message = ['']
|
26 |
history = ['']
|
27 |
|
28 |
-
|
29 |
-
with gr.Blocks() as demo:
|
30 |
chatbot = gr.Chatbot()
|
31 |
msg = gr.Textbox()
|
32 |
btn = gr.Button("Submit",variant="primary")
|
|
|
25 |
# user_message = ['']
|
26 |
history = ['']
|
27 |
|
28 |
+
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
|
29 |
chatbot = gr.Chatbot()
|
30 |
msg = gr.Textbox()
|
31 |
btn = gr.Button("Submit",variant="primary")
|