Spaces:
Runtime error
Runtime error
Commit
·
9763892
1
Parent(s):
886f670
Update app.py
Browse files
app.py
CHANGED
@@ -25,8 +25,8 @@ examples = [
|
|
25 |
# user_message = ['']
|
26 |
history = ['']
|
27 |
|
28 |
-
|
29 |
-
with gr.Blocks(
|
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 |
+
with gr.Blocks() as demo:
|
30 |
chatbot = gr.Chatbot()
|
31 |
msg = gr.Textbox()
|
32 |
btn = gr.Button("Submit",variant="primary")
|