dla9944 commited on
Commit
0b376da
β€’
1 Parent(s): 5bf2e94

Rename app.py to app_fail.py

Browse files
Files changed (1) hide show
  1. app.py β†’ app_fail.py +2 -0
app.py β†’ app_fail.py RENAMED
@@ -18,6 +18,8 @@ model = load_model()
18
  #prompts
19
  st.title("Writing Assistant for you πŸ€–")
20
  st.markdown("This writing assistant detects and corrects grammatical mistakes for you! This assitant uses **T5-base model ✍️** fine-tuned on jfleg dataset.")
 
 
21
  st.subheader("Some examples: ")
22
  example_1 = st.button("I am write on AI")
23
  example_2 = st.button("This sentence has, bads grammar mistake!")
 
18
  #prompts
19
  st.title("Writing Assistant for you πŸ€–")
20
  st.markdown("This writing assistant detects and corrects grammatical mistakes for you! This assitant uses **T5-base model ✍️** fine-tuned on jfleg dataset.")
21
+ #image = Image.open('new_grammar.jpg')
22
+ #st.image(image, caption='Image Credit: https://abrc.org.au/wp-content/uploads/2020/12/Grammar-checker.jpg')
23
  st.subheader("Some examples: ")
24
  example_1 = st.button("I am write on AI")
25
  example_2 = st.button("This sentence has, bads grammar mistake!")