Update app.py
Browse files
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()
|