Huzaifa367 commited on
Commit
b911af4
·
verified ·
1 Parent(s): 42260f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def main():
83
  st.set_page_config(layout="centered")
84
  st.set_page_config("Chat PDF")
85
  st.header("Chat with DOCS")
86
- st.markdown("<h1 style='font-size:24px;'>ChatBot by Muhammad Huzaifa</h1>", unsafe_allow_html=True)
87
  api_key = st.secrets["inference_api_key"]
88
 
89
  user_question = st.text_input("Ask a question from the Docs")
 
83
  st.set_page_config(layout="centered")
84
  st.set_page_config("Chat PDF")
85
  st.header("Chat with DOCS")
86
+ st.markdown("<h1 style='font-size:24px;'>ChatBot by Muhammad Huzaifa</h1>", unsafe_allow_html=True)
87
  api_key = st.secrets["inference_api_key"]
88
 
89
  user_question = st.text_input("Ask a question from the Docs")