Spaces:
Sleeping
Sleeping
Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
|
@@ -193,7 +193,7 @@ class UIManager():
|
|
| 193 |
st.download_button(
|
| 194 |
label="Download PDF",
|
| 195 |
data=open("Files/Dissertation Report.pdf", "rb"),
|
| 196 |
-
file_name="
|
| 197 |
mime="application/octet-stream"
|
| 198 |
)
|
| 199 |
|
|
|
|
| 193 |
st.download_button(
|
| 194 |
label="Download PDF",
|
| 195 |
data=open("Files/Dissertation Report.pdf", "rb"),
|
| 196 |
+
file_name="KB-VQA Dissertation Report for Mohammed Bin Ali Alhaj.pdf",
|
| 197 |
mime="application/octet-stream"
|
| 198 |
)
|
| 199 |
|