kollis commited on
Commit
5e0acd8
·
1 Parent(s): df33aed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -267,10 +267,10 @@ This App Demo is made for an Assignment. This Demo takes Initial Equity, Start D
267
  iface = gr.Interface(
268
  fn=final_function,
269
  inputs=[
270
- gr.Textbox(label="Equity"),
271
- gr.Textbox(label="Start Date"),
272
- gr.Textbox(label="End Date"),
273
- gr.Textbox(label="N-day Window")
274
  ],
275
  outputs=[
276
  gr.Image(type="pil"),
 
267
  iface = gr.Interface(
268
  fn=final_function,
269
  inputs=[
270
+ gr.Textbox(label="Equity",placeholder="Enter Equity Number"),
271
+ gr.Textbox(label="Start Date",placeholder="YYYY-MM-DD"),
272
+ gr.Textbox(label="End Date",placeholder="YYYY-MM-DD"),
273
+ gr.Textbox(label="N-day Window",placeholder="Enter Window in Days")
274
  ],
275
  outputs=[
276
  gr.Image(type="pil"),