Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ with gr.Blocks() as iface:
|
|
137 |
|
138 |
# index_status = gr.Textbox(label="Indexing Status")
|
139 |
|
140 |
-
use_chat = gr.Checkbox(label="
|
141 |
|
142 |
# chat_group = gr.Group(visible=False)
|
143 |
# with chat_group:
|
|
|
137 |
|
138 |
# index_status = gr.Textbox(label="Indexing Status")
|
139 |
|
140 |
+
use_chat = gr.Checkbox(label="", value=False)
|
141 |
|
142 |
# chat_group = gr.Group(visible=False)
|
143 |
# with chat_group:
|