Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,12 +9,9 @@ def main():
|
|
9 |
st.session_state.visibility = "visible"
|
10 |
# Page config
|
11 |
st.set_page_config(page_title="Q&A ChatBot",
|
12 |
-
page_icon=icon,
|
13 |
layout="wide"
|
14 |
)
|
15 |
|
16 |
-
company_logo_path = 'td-logo.png'
|
17 |
-
st.sidebar.image(company_logo_path, width=50)
|
18 |
st.sidebar.title("Upload PDF")
|
19 |
# st.sidebar.write("Download Demo PDF file from Below....")
|
20 |
# with open("Kia_EV6.pdf", "rb") as file:
|
|
|
9 |
st.session_state.visibility = "visible"
|
10 |
# Page config
|
11 |
st.set_page_config(page_title="Q&A ChatBot",
|
|
|
12 |
layout="wide"
|
13 |
)
|
14 |
|
|
|
|
|
15 |
st.sidebar.title("Upload PDF")
|
16 |
# st.sidebar.write("Download Demo PDF file from Below....")
|
17 |
# with open("Kia_EV6.pdf", "rb") as file:
|