Update app.py
Browse files
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")
|