Spaces:
Runtime error
Runtime error
SIVAPRASATH
commited on
Commit
•
d14ca54
1
Parent(s):
42b9cbd
app.py
Browse files
app.py
CHANGED
@@ -55,6 +55,7 @@ gr.Interface(
|
|
55 |
#gr.Label(label="Add Course"),
|
56 |
#debug=True,
|
57 |
#title="CGPA Calculator"
|
|
|
58 |
)
|
59 |
|
60 |
iface.launch()
|
|
|
55 |
#gr.Label(label="Add Course"),
|
56 |
#debug=True,
|
57 |
#title="CGPA Calculator"
|
58 |
+
outputs = "textbox"
|
59 |
)
|
60 |
|
61 |
iface.launch()
|