caliex commited on
Commit
7e0870a
1 Parent(s): 3e9f59c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -34,16 +34,16 @@ st.set_page_config(page_title="Medical Chat Bot", page_icon=":ambulance:", layou
34
  st.title("Medical Chat Bot")
35
  st.caption("Talk your way to better health")
36
 
37
- with open("./sidebar.md", "r") as sidebar_file:
38
- sidebar_content = sidebar_file.read()
39
 
40
- with open("./styles.md", "r") as styles_file:
41
- styles_content = styles_file.read()
42
 
43
- # Display the DDL for the selected table
44
- st.sidebar.markdown(sidebar_content)
45
 
46
- st.write(styles_content, unsafe_allow_html=True)
47
 
48
 
49
  st.write("Please enter your question below:")
 
34
  st.title("Medical Chat Bot")
35
  st.caption("Talk your way to better health")
36
 
37
+ # with open("./sidebar.md", "r") as sidebar_file:
38
+ # sidebar_content = sidebar_file.read()
39
 
40
+ # with open("./styles.md", "r") as styles_file:
41
+ # styles_content = styles_file.read()
42
 
43
+ # # Display the DDL for the selected table
44
+ # st.sidebar.markdown(sidebar_content)
45
 
46
+ # st.write(styles_content, unsafe_allow_html=True)
47
 
48
 
49
  st.write("Please enter your question below:")