Modfiededition commited on
Commit
3029007
β€’
1 Parent(s): 67882ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ model = load_model()
17
 
18
  #prompts
19
  st.title("Writing Assistant for you πŸ¦„")
20
- image = Image.open('grammar.jpg').resize((100,100))
21
  st.image(image, caption='Sunrise by the mountains')
22
  st.subheader("Some examples: ")
23
  example_1 = st.button("I am write on AI")
 
17
 
18
  #prompts
19
  st.title("Writing Assistant for you πŸ¦„")
20
+ image = Image.open('grammar.jpg').resize((1000,500))
21
  st.image(image, caption='Sunrise by the mountains')
22
  st.subheader("Some examples: ")
23
  example_1 = st.button("I am write on AI")