AI-RESEARCHER-2024 commited on
Commit
fa02935
·
verified ·
1 Parent(s): 8c1dad0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -67,7 +67,8 @@ def user_input(user_question, api_key):
67
  def main():
68
  st.set_page_config(page_title="Chat PDF")
69
  st.header("CSC 121: Computers and Scientific Thinking (Chatbot)")
70
- st.subheader("Ask a question ONLY from the CSC 121 textbook of Dr. Reed", divider=True)
 
71
 
72
  user_api_key = st.text_input("Enter your API key (optional)", type="password")
73
  user_question = st.text_input("Ask a question")
 
67
  def main():
68
  st.set_page_config(page_title="Chat PDF")
69
  st.header("CSC 121: Computers and Scientific Thinking (Chatbot)")
70
+ st.subheader("Ask a question ONLY from the CSC 121 textbook of Dr. Reed")
71
+ st.markdown("---")
72
 
73
  user_api_key = st.text_input("Enter your API key (optional)", type="password")
74
  user_question = st.text_input("Ask a question")