Spaces:
Sleeping
Sleeping
UnnamedUnknownx1234987789489
commited on
Commit
•
3f69e55
1
Parent(s):
cc3c654
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 |
|