zcodel commited on
Commit
e0eaf86
·
verified ·
1 Parent(s): 19fec0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ iface = gr.Interface(
24
  inputs=gr.Textbox(lines=2, placeholder="Describe the problem with the machine..."),
25
  outputs=gr.HTML(),
26
  title="Oroz: Your Industry Maintenance Assistant",
27
- description="Describe the problem with your machine, and get an organized table of suggested solutions with web links."
28
  )
29
 
30
  iface.launch()
 
24
  inputs=gr.Textbox(lines=2, placeholder="Describe the problem with the machine..."),
25
  outputs=gr.HTML(),
26
  title="Oroz: Your Industry Maintenance Assistant",
27
+ description="Describe the problem with your machine precisely, and get an organized table of suggested solutions with web links."
28
  )
29
 
30
  iface.launch()