Spaces:
Running
Running
Commit
·
42db18e
1
Parent(s):
0286a86
Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,7 @@ api_key = ' '
|
|
16 |
st.set_page_config(layout="wide")
|
17 |
|
18 |
image = Image.open('arxiv_decode.png')
|
19 |
-
st.image(image, width=
|
20 |
-
|
21 |
|
22 |
#title
|
23 |
st.title("Answering questions from scientific papers")
|
|
|
16 |
st.set_page_config(layout="wide")
|
17 |
|
18 |
image = Image.open('arxiv_decode.png')
|
19 |
+
st.image(image, width=600)
|
|
|
20 |
|
21 |
#title
|
22 |
st.title("Answering questions from scientific papers")
|