Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -253,7 +253,7 @@ def find_rss():
|
|
| 253 |
print(f'Exception::{ea.keys()}')
|
| 254 |
|
| 255 |
out_box.append(lod)
|
| 256 |
-
yield out_box,[(None,
|
| 257 |
|
| 258 |
with gr.Blocks() as app:
|
| 259 |
cb = gr.Chatbot()
|
|
|
|
| 253 |
print(f'Exception::{ea.keys()}')
|
| 254 |
|
| 255 |
out_box.append(lod)
|
| 256 |
+
yield out_box,[(None,'Sources are loaded. You can ask a question about them now.')]
|
| 257 |
|
| 258 |
with gr.Blocks() as app:
|
| 259 |
cb = gr.Chatbot()
|