AlirezaHSZ commited on
Commit
8a6ce50
·
verified ·
1 Parent(s): ed8ad32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -85,8 +85,7 @@ def user_input(user_question):
85
  # Main function to run the Streamlit app
86
  def main():
87
  st.set_page_config(
88
- page_title="Gemini PDF Chatbot",
89
- page_icon="🤖",
90
  layout="wide",
91
  initial_sidebar_state="expanded"
92
  )
 
85
  # Main function to run the Streamlit app
86
  def main():
87
  st.set_page_config(
88
+ page_title="A ChatBot for Standards ...",
 
89
  layout="wide",
90
  initial_sidebar_state="expanded"
91
  )