sivakornchong commited on
Commit
a20f801
1 Parent(s): 760d544
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ iface = gr.Interface(
11
  gr.inputs.Number(default=11, label='Floor', optional=False)
12
  ],
13
  outputs= [
14
- gr.outputs.Textbox(type="auto", label='House price ($)')
15
  ]
16
  )
17
  iface.launch()
 
11
  gr.inputs.Number(default=11, label='Floor', optional=False)
12
  ],
13
  outputs= [
14
+ gr.outputs.Textbox(type="text", label='House price ($)')
15
  ]
16
  )
17
  iface.launch()