DrishtiSharma commited on
Commit
230a23e
Β·
verified Β·
1 Parent(s): a6aec24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ class AudioProcessor(AudioProcessorBase):
71
  return frame
72
 
73
  # Streamlit UI
74
- st.title("Chat with PDFs via Audio πŸŽ™οΈπŸ“š")
75
 
76
  uploaded_files = st.file_uploader("Upload PDF Files", accept_multiple_files=True, type=["pdf"])
77
 
 
71
  return frame
72
 
73
  # Streamlit UI
74
+ st.title("Chat with PDFs via Speech/Text πŸŽ™οΈπŸ“πŸ“š")
75
 
76
  uploaded_files = st.file_uploader("Upload PDF Files", accept_multiple_files=True, type=["pdf"])
77