ProfessorLeVesseur commited on
Commit
516628c
·
verified ·
1 Parent(s): 0efa8d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ def main():
151
  st.session_state["prompt"] = ""
152
 
153
  # Clear UI by updating query params (this will force rerun of the app)
154
- st.experimental_set_query_params()
155
 
156
  #------------------------------------------------------------------------
157
  # Main Guard
 
151
  st.session_state["prompt"] = ""
152
 
153
  # Clear UI by updating query params (this will force rerun of the app)
154
+ st.query_params = {}
155
 
156
  #------------------------------------------------------------------------
157
  # Main Guard