Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ def main():
|
|
113 |
if klausti_btn:
|
114 |
with st.spinner("Galvojama"):
|
115 |
try:
|
116 |
-
|
117 |
except Exception as e:
|
118 |
st.write(f"Error: {e}")
|
119 |
|
|
|
113 |
if klausti_btn:
|
114 |
with st.spinner("Galvojama"):
|
115 |
try:
|
116 |
+
handle_userinput(user_question, custom_graph)
|
117 |
except Exception as e:
|
118 |
st.write(f"Error: {e}")
|
119 |
|