Spaces:
Runtime error
Runtime error
nos
commited on
Commit
•
fe64d1f
1
Parent(s):
af13407
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def flip_image(x):
|
|
48 |
|
49 |
with gr.Blocks() as demo:
|
50 |
with gr.Tab("Chat"):
|
51 |
-
with gr.Row(
|
52 |
#chatbot = gr.Chatbot()
|
53 |
#msg = gr.Textbox()
|
54 |
#clear = gr.ClearButton([msg, chatbot])
|
|
|
48 |
|
49 |
with gr.Blocks() as demo:
|
50 |
with gr.Tab("Chat"):
|
51 |
+
with gr.Row():
|
52 |
#chatbot = gr.Chatbot()
|
53 |
#msg = gr.Textbox()
|
54 |
#clear = gr.ClearButton([msg, chatbot])
|