Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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="
|
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()
|