Spaces:
Runtime error
Runtime error
app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ def cgpa_calculator_interface(course_data):
|
|
| 52 |
iface = gr.Interface(
|
| 53 |
cgpa_calculator_interface,
|
| 54 |
inputs = ["textbox", "textbox"],
|
| 55 |
-
|
| 56 |
#debug=True,
|
| 57 |
#title="CGPA Calculator"
|
| 58 |
outputs = "textbox"
|
|
|
|
| 52 |
iface = gr.Interface(
|
| 53 |
cgpa_calculator_interface,
|
| 54 |
inputs = ["textbox", "textbox"],
|
| 55 |
+
gr.Label(label="Add Course"),
|
| 56 |
#debug=True,
|
| 57 |
#title="CGPA Calculator"
|
| 58 |
outputs = "textbox"
|