Muhammad Qasim
commited on
Commit
Β·
528cec9
1
Parent(s):
3573cc9
Update app.py
Browse files
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="
|
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")
|