mriusero commited on
Commit
b117476
·
1 Parent(s): 42e463c

core: desc

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: IndustryMind AI
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: An industrial production intelligence (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).
 
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("# IndustryMind AI ⚡️")
19
- gr.Markdown("### *An industrial production intelligence (WIP)*")
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.