botsi commited on
Commit
9c9a7ab
·
verified ·
1 Parent(s): f80bb14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -136,8 +136,6 @@ with gr.Blocks() as demo:
136
  gr.Markdown("""## Gradio send queryparam to chatbot
137
  type `read query`
138
  """)
139
- session_index = url_params.get('session_index')
140
- personalized_data = fetch_personalized_data(session_index)
141
  url_params = gr.JSON({}, visible=False, label="URL Params")
142
  chatbot = gr.Chatbot().style(height=500)
143
  msg = gr.Textbox()
 
136
  gr.Markdown("""## Gradio send queryparam to chatbot
137
  type `read query`
138
  """)
 
 
139
  url_params = gr.JSON({}, visible=False, label="URL Params")
140
  chatbot = gr.Chatbot().style(height=500)
141
  msg = gr.Textbox()