Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,6 +94,16 @@ else:
|
|
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)
|
|
|
94 |
with col2:
|
95 |
e_page = st.selectbox(label="End Page", options=[])
|
96 |
submit_pages2 = st.form_submit_button(label="Convert To Audio")
|
97 |
+
st.text(" ")
|
98 |
+
st.text(" ")
|
99 |
+
st.text(" ")
|
100 |
+
st.text(" ")
|
101 |
+
st.text(" ")
|
102 |
+
st.text(" ")
|
103 |
+
st.text(" ")
|
104 |
+
st.text(" ")
|
105 |
+
st.text(" ")
|
106 |
+
st.text(" ")
|
107 |
+
st.text(" ")
|
108 |
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)
|
109 |
st.markdown("Do Support us on [Github](https://github.com/ArchanGhosh/ArxivAudio)", unsafe_allow_html =True)
|