Spaces:
Runtime error
Runtime error
TinySuitStarfish
commited on
Commit
•
eefd3ca
1
Parent(s):
d11381b
Test update app
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def set_background(main_bg):
|
|
26 |
unsafe_allow_html=True
|
27 |
)
|
28 |
|
29 |
-
set_background("
|
30 |
|
31 |
topic = st.text_input('What kind of paper would you wish to be recommended?', 'I want to read a paper on Bayesian Optimization!')
|
32 |
number = st.number_input('Show me these many papers.', min_value=1, max_value=10, value=3, step=1)
|
|
|
26 |
unsafe_allow_html=True
|
27 |
)
|
28 |
|
29 |
+
set_background("images/p1.jpg")
|
30 |
|
31 |
topic = st.text_input('What kind of paper would you wish to be recommended?', 'I want to read a paper on Bayesian Optimization!')
|
32 |
number = st.number_input('Show me these many papers.', min_value=1, max_value=10, value=3, step=1)
|