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