prathamt commited on
Commit
6cc8801
·
verified ·
1 Parent(s): 4e9085b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,8 +90,8 @@ interface = gr.Interface(
90
  gr.Textbox(label="Solution"),
91
  gr.Plot(label="Graph"),
92
  ],
93
- title="Quadratic Equation Solver",
94
- description="Solve ax² + bx + c = 0 and visualize its graph 📈",
95
  theme=theme
96
  )
97
 
 
90
  gr.Textbox(label="Solution"),
91
  gr.Plot(label="Graph"),
92
  ],
93
+ title="Quadratic Equation Solver",
94
+ description="Solve ax² + bx + c = 0 and visualize its graph • Made by Pratham Tripathi",
95
  theme=theme
96
  )
97