Spaces:
Configuration error
Configuration error
Commit
·
cca3728
1
Parent(s):
ecb392e
fddffd
Browse files- app_gradio_spaces.py +1 -0
app_gradio_spaces.py
CHANGED
|
@@ -129,6 +129,7 @@ def create_chat_ui(setup_status="Not started", services_status="Not started"):
|
|
| 129 |
text_input = gr.Textbox(label="Text Input", placeholder="Type your message here...")
|
| 130 |
submit_text_btn = gr.Button("Submit Text", interactive=False)
|
| 131 |
|
|
|
|
| 132 |
# Output area
|
| 133 |
with gr.Row():
|
| 134 |
with gr.Column():
|
|
|
|
| 129 |
text_input = gr.Textbox(label="Text Input", placeholder="Type your message here...")
|
| 130 |
submit_text_btn = gr.Button("Submit Text", interactive=False)
|
| 131 |
|
| 132 |
+
|
| 133 |
# Output area
|
| 134 |
with gr.Row():
|
| 135 |
with gr.Column():
|