Archan commited on
Commit
26d106e
·
1 Parent(s): 8ba77b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -8,6 +8,8 @@ from get_paper import get_paper
8
  #from get_pages import get_pages
9
  #from tts import tts
10
 
 
 
11
  st.title("ArXiV Audio")
12
 
13
  with st.form(key = "search_form"):
 
8
  #from get_pages import get_pages
9
  #from tts import tts
10
 
11
+ os.makedirs(folder_name)
12
+
13
  st.title("ArXiV Audio")
14
 
15
  with st.form(key = "search_form"):