Vish2005 commited on
Commit
ccc8c8f
·
1 Parent(s): 1f30d46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -66,7 +66,7 @@ def remove(element):
66
 
67
  datebox = gr.Textbox(label="Enter your date here:", placeholder="MM-DD-YYYY at HH:MM")
68
 
69
- hwbox = gr.Textbox(label="Enter your assignment name here:", placeholder="Homework")
70
 
71
  addbox = gr.Textbox(label="Add or Drop or Show:", placeholder="Add or Drop or Show (Case Sensitive)")
72
 
@@ -77,7 +77,7 @@ iface = gr.Interface(
77
  fn=inputter,
78
  inputs=[datebox, hwbox, addbox],
79
  outputs=ouputbox,
80
- title="Homework Prioritzer",
81
  )
82
 
83
  iface.launch()
 
66
 
67
  datebox = gr.Textbox(label="Enter your date here:", placeholder="MM-DD-YYYY at HH:MM")
68
 
69
+ hwbox = gr.Textbox(label="Enter your assignment name here:", placeholder="Work")
70
 
71
  addbox = gr.Textbox(label="Add or Drop or Show:", placeholder="Add or Drop or Show (Case Sensitive)")
72
 
 
77
  fn=inputter,
78
  inputs=[datebox, hwbox, addbox],
79
  outputs=ouputbox,
80
+ title="Work Prioritzer",
81
  )
82
 
83
  iface.launch()