Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
st.set_page_config(
|
4 |
-
page_title="ChatbotGuide",
|
5 |
-
layout="wide",
|
6 |
-
)
|
7 |
-
|
8 |
-
|
9 |
st.title("Chatbot Guide")
|
10 |
# Write instructions for input PDF
|
11 |
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
+
st.set_page_config(page_title="ChatbotGuide", layout="wide")
|
|
|
|
|
|
|
|
|
|
|
4 |
st.title("Chatbot Guide")
|
5 |
# Write instructions for input PDF
|
6 |
|