Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -120,8 +120,8 @@ gradio_interface = gradio.Interface(
|
|
120 |
["What is the track width of the P30 (b11 mm)?"],
|
121 |
["What is the acceleration of the P30 (km/h)?"]
|
122 |
],
|
123 |
-
title="
|
124 |
-
description="
|
125 |
-
article="©
|
126 |
)
|
127 |
gradio_interface.launch()
|
|
|
120 |
["What is the track width of the P30 (b11 mm)?"],
|
121 |
["What is the acceleration of the P30 (km/h)?"]
|
122 |
],
|
123 |
+
title="KION-Linde AI",
|
124 |
+
description=""Enter a query about any KION/Linde products. The AI knows all the details, loads, sizes, manuals and procedures to support hundreds of parts and equipment. You can check out also our repository [here](https://www.linde-mh.com/en/About-us/Media/)",
|
125 |
+
article="© Carlos Diaz Calvi 2023"
|
126 |
)
|
127 |
gradio_interface.launch()
|