chukbert commited on
Commit
8602b5e
·
verified ·
1 Parent(s): 71138ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,5 +84,5 @@ interface = gr.Interface(
84
  outputs=[gr.Textbox(label="Corrected Sentence"), gr.Markdown(label="Explanation")],
85
  title="Chatbot with Auto-Correction and Vocabulary Explanations",
86
  description="Enter a sentence for autocorrection and another for a vocabulary or sentence explanation."
87
- )
88
  interface.launch()
 
84
  outputs=[gr.Textbox(label="Corrected Sentence"), gr.Markdown(label="Explanation")],
85
  title="Chatbot with Auto-Correction and Vocabulary Explanations",
86
  description="Enter a sentence for autocorrection and another for a vocabulary or sentence explanation."
87
+ )
88
  interface.launch()