Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,4 +70,10 @@ if user_query:
|
|
| 70 |
st.write("🤖:")
|
| 71 |
st.write(response)
|
| 72 |
except Exception as e:
|
| 73 |
-
st.error(f"Failed to process query: {e}")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
st.write("🤖:")
|
| 71 |
st.write(response)
|
| 72 |
except Exception as e:
|
| 73 |
+
st.error(f"Failed to process query: {e}")
|
| 74 |
+
|
| 75 |
+
|
| 76 |
+
|
| 77 |
+
st.markdown("-----")
|
| 78 |
+
st.write("© 2024 Application")
|
| 79 |
+
st.warning("Disclaimer: This application currently does not support Javascript websites!!")
|