SIVAPRASATH commited on
Commit
ff57dba
1 Parent(s): 85696d3
Files changed (1) hide show
  1. app.py +1 -1
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
- #gr.Label(label="Add Course"),
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"