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

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')
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((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")