Spaces:
Sleeping
Sleeping
mriusero
commited on
Commit
·
b117476
1
Parent(s):
42e463c
core: desc
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: ⚡️
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
@@ -8,7 +8,7 @@ sdk_version: 5.33.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
-
short_description:
|
12 |
---
|
13 |
|
14 |
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|
|
|
1 |
---
|
2 |
+
title: AI Industrial Efficiency Helper
|
3 |
emoji: ⚡️
|
4 |
colorFrom: blue
|
5 |
colorTo: green
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
+
short_description: A production efficiency intelligence, for industries & services (WIP)
|
12 |
---
|
13 |
|
14 |
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|
app.py
CHANGED
@@ -15,8 +15,8 @@ custom_theme = gr.themes.Base(
|
|
15 |
with gr.Blocks(theme=custom_theme) as demo:
|
16 |
|
17 |
# CHAT_INTERFACE
|
18 |
-
gr.Markdown("#
|
19 |
-
gr.Markdown("### *
|
20 |
gr.Markdown(
|
21 |
"""
|
22 |
This demo showcases the capabilities of IndustryMind AI.
|
|
|
15 |
with gr.Blocks(theme=custom_theme) as demo:
|
16 |
|
17 |
# CHAT_INTERFACE
|
18 |
+
gr.Markdown("# AI Industrial Efficiency Helper ⚡️")
|
19 |
+
gr.Markdown("### *A production efficiency intelligence, for industries & services (WIP)*")
|
20 |
gr.Markdown(
|
21 |
"""
|
22 |
This demo showcases the capabilities of IndustryMind AI.
|