Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ footer{display:none !important}
|
|
| 74 |
with gr.Blocks(css=css) as demo:
|
| 75 |
with gr.Row():
|
| 76 |
with gr.Column(scale=2):
|
| 77 |
-
chatbot = gr.Chatbot([(None, "
|
| 78 |
with gr.Column(scale=1):
|
| 79 |
context = gr.Textbox(lines=11, label="Last Context")
|
| 80 |
with gr.Row():
|
|
|
|
| 74 |
with gr.Blocks(css=css) as demo:
|
| 75 |
with gr.Row():
|
| 76 |
with gr.Column(scale=2):
|
| 77 |
+
chatbot = gr.Chatbot([(None, "Привіт! Що ти хочеш дізнатися про YouControl!")], height=300)
|
| 78 |
with gr.Column(scale=1):
|
| 79 |
context = gr.Textbox(lines=11, label="Last Context")
|
| 80 |
with gr.Row():
|