Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -180,7 +180,6 @@ if 'used_suggestions' not in st.session_state:
|
|
| 180 |
st.session_state.used_suggestions = set()
|
| 181 |
|
| 182 |
|
| 183 |
-
backend_url = "https://backend-web-05122eab4e09.herokuapp.com"
|
| 184 |
# Suppress Streamlit deprecation and warning messages
|
| 185 |
|
| 186 |
def copy_to_clipboard(text):
|
|
|
|
| 180 |
st.session_state.used_suggestions = set()
|
| 181 |
|
| 182 |
|
|
|
|
| 183 |
# Suppress Streamlit deprecation and warning messages
|
| 184 |
|
| 185 |
def copy_to_clipboard(text):
|