Archan commited on
Commit
2fa7d42
·
1 Parent(s): 50d4959

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -93,4 +93,7 @@ else:
93
  s_page = st.selectbox(label="Start Page", options=[])
94
  with col2:
95
  e_page = st.selectbox(label="End Page", options=[])
96
- submit_pages2 = st.form_submit_button(label="Convert To Audio")
 
 
 
 
93
  s_page = st.selectbox(label="Start Page", options=[])
94
  with col2:
95
  e_page = st.selectbox(label="End Page", options=[])
96
+ submit_pages2 = st.form_submit_button(label="Convert To Audio")
97
+
98
+ st.markdown("Created by [Archan Ghosh](https://github.com/ArchanGhosh) & [Madhurima Maji](https://github.com/madhurima99). Special Thanks to [Herumb](https://github.com/krypticmouse) for helping us with the deployment.", unsafe_allow_html=True)
99
+ st.markdown("Do Support us on [Github](https://github.com/ArchanGhosh/ArxivAudio)", unsafe_allow_html =True)