Vera-ZWY commited on
Commit
b7a0eba
·
verified ·
1 Parent(s): 90273d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- addtional_inputs = [year_selector]
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")