Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ class AudioProcessor(AudioProcessorBase):
|
|
87 |
return self.audio_buffer
|
88 |
|
89 |
# Streamlit UI
|
90 |
-
st.title("Chat with
|
91 |
|
92 |
uploaded_files = st.file_uploader("Upload PDF Files", accept_multiple_files=True, type=["pdf"])
|
93 |
|
|
|
87 |
return self.audio_buffer
|
88 |
|
89 |
# Streamlit UI
|
90 |
+
st.title("Chat with Docs via Speech/Text π£οΈππ")
|
91 |
|
92 |
uploaded_files = st.file_uploader("Upload PDF Files", accept_multiple_files=True, type=["pdf"])
|
93 |
|