Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ async def main():
|
|
30 |
initial_sidebar_state="auto")
|
31 |
st.sidebar.title('Conferences')
|
32 |
st.sidebar.image('image.png')
|
33 |
-
with open("O'
|
34 |
btn = st.sidebar.download_button(
|
35 |
label="Download conferences files Part 1",
|
36 |
data=file,
|
|
|
30 |
initial_sidebar_state="auto")
|
31 |
st.sidebar.title('Conferences')
|
32 |
st.sidebar.image('image.png')
|
33 |
+
with open("O'zMU JF_to'plam_17-18-may_2024_1-qism.pdf", "rb") as file:
|
34 |
btn = st.sidebar.download_button(
|
35 |
label="Download conferences files Part 1",
|
36 |
data=file,
|