Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ datebox = gr.Textbox(label="Enter your date here:", placeholder="MM-DD-YYYY at H
|
|
68 |
|
69 |
hwbox = gr.Textbox(label="Enter your assignment name here:", placeholder="Homework")
|
70 |
|
71 |
-
addbox = gr.Textbox(label="Add or Drop
|
72 |
|
73 |
|
74 |
ouputbox = gr.Textbox(label="List of Assignments:", placeholder="Homework is due on MM-DD-YYYY at HH:MM", lines = 10)
|
|
|
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 |
|
73 |
|
74 |
ouputbox = gr.Textbox(label="List of Assignments:", placeholder="Homework is due on MM-DD-YYYY at HH:MM", lines = 10)
|