KeshavRa commited on
Commit
1c8fe0b
·
verified ·
1 Parent(s): a1543e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -1,5 +1,11 @@
1
  import streamlit as st
2
 
 
 
 
 
 
 
3
  st.title("Chatbot Guide")
4
  # Write instructions for input PDF
5
 
 
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