Muhammad Qasim commited on
Commit
528cec9
Β·
1 Parent(s): 3573cc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -66,7 +66,7 @@ def handle_userinput(user_question):
66
 
67
  def main():
68
  load_dotenv()
69
- st.set_page_config(page_title="Ask to your Own AI",
70
  page_icon="icon.png")
71
  st.write(css, unsafe_allow_html=True)
72
 
@@ -76,7 +76,7 @@ def main():
76
  st.session_state.chat_history = None
77
 
78
  st.header("Chat with AI with Custom Data πŸš€")
79
- user_question = st.text_input("Ask a question about your Data: ^_^")
80
 
81
  with st.sidebar:
82
  st.subheader("Your documents")
 
66
 
67
  def main():
68
  load_dotenv()
69
+ st.set_page_config(page_title="Talk with PDF",
70
  page_icon="icon.png")
71
  st.write(css, unsafe_allow_html=True)
72
 
 
76
  st.session_state.chat_history = None
77
 
78
  st.header("Chat with AI with Custom Data πŸš€")
79
+ user_question = st.text_input("Ask a question about your Data:")
80
 
81
  with st.sidebar:
82
  st.subheader("Your documents")