Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,8 +58,8 @@ iface = gr.Interface(
|
|
58 |
fn=add_elem,
|
59 |
inputs=[datebox, hwbox],
|
60 |
outputs=ouputbox,
|
61 |
-
title="
|
62 |
-
description="
|
63 |
)
|
64 |
|
65 |
iface.launch()
|
|
|
58 |
fn=add_elem,
|
59 |
inputs=[datebox, hwbox],
|
60 |
outputs=ouputbox,
|
61 |
+
title="Homework Prioritzer",
|
62 |
+
description="Add Work",
|
63 |
)
|
64 |
|
65 |
iface.launch()
|