Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|