Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Archan
/
ArXivAudio
like
4
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Archan
commited on
Aug 11, 2022
Commit
4dd9b3e
·
1 Parent(s):
f1faf60
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -3,4 +3,4 @@ import streamlit as st
3
text = st.text_area("Search For Paper")
4
5
if text:
6
-
write(text)
3
text = st.text_area("Search For Paper")
4
5
if text:
6
+
st.
write(text)