Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,8 +30,8 @@ def query_index(_index, query_text):
|
|
30 |
|
31 |
|
32 |
st.title("KION-Linde AI")
|
33 |
-
st.header("Welcome to
|
34 |
-
st.write("Enter a query about any KION/Linde products.
|
35 |
|
36 |
index = None
|
37 |
api_key = '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'#st.text_input("Enter your OpenAI API key here:", type="password")
|
|
|
30 |
|
31 |
|
32 |
st.title("KION-Linde AI")
|
33 |
+
st.header("Welcome to KION-Linde's Artificial Intelligence Knowledge Base")
|
34 |
+
st.write("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/)")
|
35 |
|
36 |
index = None
|
37 |
api_key = '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'#st.text_input("Enter your OpenAI API key here:", type="password")
|