AI-RESEARCHER-2024 commited on
Commit
051d601
·
verified ·
1 Parent(s): cdeefdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def user_input(user_question):
95
  def main():
96
  st.set_page_config("Chat PDF")
97
  st.header("CSC 121: Computers and Scientific Thinking (Chatbot)")
98
- st.subheader("Ask a question ONLY from the CSC 121 textbook of Dr. Reed")
99
 
100
 
101
  user_question = st.text_input("Ask a question")
 
95
  def main():
96
  st.set_page_config("Chat PDF")
97
  st.header("CSC 121: Computers and Scientific Thinking (Chatbot)")
98
+ st.subheader("Ask a question ONLY from the CSC 121 textbook of Dr. Reed",divider=True)
99
 
100
 
101
  user_question = st.text_input("Ask a question")