sshOcelot commited on
Commit
3b8e76f
·
1 Parent(s): 35e8942

Updated app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -78,7 +78,8 @@ demo = gr.TabbedInterface(
78
  ),
79
  gr.Interface(
80
  add,
81
- gr.Textbox(),
 
82
  api_name="add"
83
  ),
84
  gr.Interface(
 
78
  ),
79
  gr.Interface(
80
  add,
81
+ inputs = gr.Textbox(placeholder= "Enter numbers for addition"),
82
+ outputs = gr.Textbox(),
83
  api_name="add"
84
  ),
85
  gr.Interface(