Donlapark commited on
Commit
4848a2c
1 Parent(s): bdadba9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ interface = gr.Interface(
37
  gr.Textbox(label="Resolution (Width)"),
38
  gr.Textbox(label="Resolution (Height)")
39
  ],
40
- outputs="text",
41
  title="Monitor Predictor",
42
  description="Enter the brand, screen size, and resolution to predict the target value."
43
  )
 
37
  gr.Textbox(label="Resolution (Width)"),
38
  gr.Textbox(label="Resolution (Height)")
39
  ],
40
+ outputs=gr.Textbox(label="ราคาโดยประมาณ (บาท)"),
41
  title="Monitor Predictor",
42
  description="Enter the brand, screen size, and resolution to predict the target value."
43
  )