mehradans92 commited on
Commit
42db18e
·
1 Parent(s): 0286a86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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=1000)
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")