Logisx commited on
Commit
f86abe4
·
1 Parent(s): 7c7f9d9

Description modified

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -3,8 +3,9 @@ from src.essay_evaluation import EssayEvaluation
3
  from src.logger import logger
4
 
5
  demo = gr.Interface(
6
- title="Essay Evaluation Assistant",
7
- description="Master English with our AI Essay Assistant! Elevate your writing skills or prepare for IELTS and TOEFL. Get precise feedback to polish your skills and conquer every challenge!",
 
8
  fn = EssayEvaluation.evaluate,
9
  inputs = [
10
  gr.Radio(["IELTS", "TOEFL", "General"], label="Essay type", info="What type of essay do you have?"),
 
3
  from src.logger import logger
4
 
5
  demo = gr.Interface(
6
+ title="Essay Evaluation Assistant 📋",
7
+ description="""Master English with our AI Essay Assistant!\n
8
+ Elevate your writing skills or prepare for IELTS and TOEFL. Get precise feedback to polish your skills and conquer every challenge!""",
9
  fn = EssayEvaluation.evaluate,
10
  inputs = [
11
  gr.Radio(["IELTS", "TOEFL", "General"], label="Essay type", info="What type of essay do you have?"),