Update pages/File-chat.py
Browse files- pages/File-chat.py +0 -4
pages/File-chat.py
CHANGED
@@ -9,9 +9,6 @@ with open('styles.css') as f:
|
|
9 |
|
10 |
st.markdown(f'<style>{css}</style>', unsafe_allow_html=True)
|
11 |
|
12 |
-
# Setup Logging
|
13 |
-
setup_logging()
|
14 |
-
|
15 |
## LOGO and TITLE
|
16 |
## -------------------------------------------------------------------------------------------
|
17 |
# Show the logo and title side by side
|
@@ -75,5 +72,4 @@ if question is not None:
|
|
75 |
formatted_response = utils.format_response(response.text)
|
76 |
st.markdown(formatted_response)
|
77 |
except Exception as e:
|
78 |
-
log_error(str(e))
|
79 |
st.switch_page("error.py")
|
|
|
9 |
|
10 |
st.markdown(f'<style>{css}</style>', unsafe_allow_html=True)
|
11 |
|
|
|
|
|
|
|
12 |
## LOGO and TITLE
|
13 |
## -------------------------------------------------------------------------------------------
|
14 |
# Show the logo and title side by side
|
|
|
72 |
formatted_response = utils.format_response(response.text)
|
73 |
st.markdown(formatted_response)
|
74 |
except Exception as e:
|
|
|
75 |
st.switch_page("error.py")
|