Spaces:
Runtime error
Runtime error
Commit
·
0a5f18f
1
Parent(s):
7dd86cc
Update app.py
Browse files
app.py
CHANGED
|
@@ -111,8 +111,8 @@ def respond3(message, chat_history):
|
|
| 111 |
return "", chat_history
|
| 112 |
|
| 113 |
with gr.Blocks() as demo:
|
| 114 |
-
with gr.Row():
|
| 115 |
-
|
| 116 |
#cschatbot = gr.Chatbot()
|
| 117 |
#csinp = gr.Textbox()
|
| 118 |
#csout=cs(csinp)
|
|
|
|
| 111 |
return "", chat_history
|
| 112 |
|
| 113 |
with gr.Blocks() as demo:
|
| 114 |
+
#with gr.Row():
|
| 115 |
+
# with gr.Column():
|
| 116 |
#cschatbot = gr.Chatbot()
|
| 117 |
#csinp = gr.Textbox()
|
| 118 |
#csout=cs(csinp)
|