Prajwal3009 commited on
Commit
e438521
·
verified ·
1 Parent(s): ae18879

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ def app_interface():
157
  csv_filename='feedbacko.csv'
158
  # Add the following code at the end of the file to handle the redirection
159
  def is_user_authenticated():
160
- is_logged_in = "logged_in" in st.query_params()
161
  return is_logged_in
162
 
163
  if __name__ == "__main__":
 
157
  csv_filename='feedbacko.csv'
158
  # Add the following code at the end of the file to handle the redirection
159
  def is_user_authenticated():
160
+ is_logged_in = "logged_in" in st.experimental_get_query_params()
161
  return is_logged_in
162
 
163
  if __name__ == "__main__":