Vish2005 commited on
Commit
3110e0f
·
1 Parent(s): 72f5237

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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?:", placeholder="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)