Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -223,7 +223,7 @@ with gr.Blocks(title="Reddit Election Analysis") as demo:
|
|
| 223 |
gr.ChatInterface(stream_chat_with_rag,
|
| 224 |
type="messages",
|
| 225 |
# chatbot=stream_chat_with_rag,
|
| 226 |
-
|
| 227 |
)
|
| 228 |
|
| 229 |
gr.Markdown("## Top works of the relevant Q&A")
|
|
|
|
| 223 |
gr.ChatInterface(stream_chat_with_rag,
|
| 224 |
type="messages",
|
| 225 |
# chatbot=stream_chat_with_rag,
|
| 226 |
+
additional_inputs = [year_selector]
|
| 227 |
)
|
| 228 |
|
| 229 |
gr.Markdown("## Top works of the relevant Q&A")
|