Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ with gr.Blocks() as demo:
|
|
11 |
chatbot2 = gr.Chatbot()
|
12 |
|
13 |
with gr.Row():
|
14 |
-
textbox1 = gr.
|
15 |
-
textbox2 = gr.
|
16 |
|
17 |
demo.launch()
|
|
|
11 |
chatbot2 = gr.Chatbot()
|
12 |
|
13 |
with gr.Row():
|
14 |
+
textbox1 = gr.Textbox()
|
15 |
+
textbox2 = gr.Textbox()
|
16 |
|
17 |
demo.launch()
|