sonali-tamhankar
commited on
Commit
·
a0ce053
1
Parent(s):
f6ec9e0
Removed () for st.sidebar
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ source_dictionary = {"data\CMS_SOMA.pdf":"[CMS State Operations Manual Appendix
|
|
34 |
with st.container():
|
35 |
st.title("Hospital Regulation Chat")
|
36 |
|
37 |
-
with st.sidebar
|
38 |
st.subheader("Find regulations for hospitals in the state of Washington.")
|
39 |
st.markdown("""
|
40 |
We look into three sources to find top ten most relevant excerpts:
|
|
|
34 |
with st.container():
|
35 |
st.title("Hospital Regulation Chat")
|
36 |
|
37 |
+
with st.sidebar:
|
38 |
st.subheader("Find regulations for hospitals in the state of Washington.")
|
39 |
st.markdown("""
|
40 |
We look into three sources to find top ten most relevant excerpts:
|