AroojImtiaz commited on
Commit
0b1491e
1 Parent(s): 2804eed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -12,7 +12,7 @@ import io
12
 
13
  # st.title("Chat Your PDFs") # Updated title
14
  st.set_page_config(layout="centered")
15
- st.markdown("<h1 style='font-size:24px;'>PDF ChatBot by Arooj & Ali</h1>", unsafe_allow_html=True)
16
 
17
  # Load environment variables from .env file
18
  load_dotenv()
@@ -104,5 +104,4 @@ if uploaded_file is not None:
104
  st.write(response['output_text'])
105
 
106
  else:
107
- st.warning("Please Ask.")
108
-
 
12
 
13
  # st.title("Chat Your PDFs") # Updated title
14
  st.set_page_config(layout="centered")
15
+ st.markdown("<h1 style='font-size:24px;'>PDF ChatBot by Ali & Arooj</h1>", unsafe_allow_html=True)
16
 
17
  # Load environment variables from .env file
18
  load_dotenv()
 
104
  st.write(response['output_text'])
105
 
106
  else:
107
+ st.warning("Please Ask.")