Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,8 @@ with gr.Blocks(
|
|
110 |
|
111 |
with gr.Row():
|
112 |
with gr.Column(scale=5):
|
113 |
-
chatbot = gr.Chatbot(label="ๅ
ฎ่พๅฆๆฏ่ฏด").style(height=400)
|
|
|
114 |
msg = gr.Textbox(
|
115 |
label="ๆฅ้ฎ้ฎๅ
ฎ่พๅงโฆโฆ",
|
116 |
placeholder="ๅ
ฎ่พๆๅฏฟไธญโฆโฆ",
|
|
|
110 |
|
111 |
with gr.Row():
|
112 |
with gr.Column(scale=5):
|
113 |
+
chatbot = gr.Chatbot(label="ๅ
ฎ่พๅฆๆฏ่ฏด").style(height=400)
|
114 |
+
with gr.Column():
|
115 |
msg = gr.Textbox(
|
116 |
label="ๆฅ้ฎ้ฎๅ
ฎ่พๅงโฆโฆ",
|
117 |
placeholder="ๅ
ฎ่พๆๅฏฟไธญโฆโฆ",
|