KeshavRa commited on
Commit
cee6e3a
·
verified ·
1 Parent(s): e826ed5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
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