Spaces:
Build error
Build error
Update app.py
Browse files
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.
|
| 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__":
|