aminaj commited on
Commit
eb78617
·
verified ·
1 Parent(s): a9e4f11

Update pages/File-chat.py

Browse files
Files changed (1) hide show
  1. 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")