Update app.py
Browse files
app.py
CHANGED
|
@@ -90,8 +90,8 @@ interface = gr.Interface(
|
|
| 90 |
gr.Textbox(label="Solution"),
|
| 91 |
gr.Plot(label="Graph"),
|
| 92 |
],
|
| 93 |
-
title="
|
| 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 |
|