Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ with gr.Blocks() as demo:
|
|
36 |
""")
|
37 |
|
38 |
chatbot = gr.Chatbot()
|
39 |
-
msg = gr.Textbox(label= "Chat"
|
40 |
with gr.Row():
|
41 |
btn = gr.Button(value="Submit")
|
42 |
clear = gr.Button("Clear")
|
|
|
36 |
""")
|
37 |
|
38 |
chatbot = gr.Chatbot()
|
39 |
+
msg = gr.Textbox(label= "Chat")
|
40 |
with gr.Row():
|
41 |
btn = gr.Button(value="Submit")
|
42 |
clear = gr.Button("Clear")
|