TimeCapsuleX commited on
Commit
f3818e2
·
verified ·
1 Parent(s): 8b42bf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ def fmea_rag_interface(mode, effect, cause, severity, occurrence, detection):
207
  if build_rag_chain():
208
  print("\n🚀 Launching Gradio Interface...")
209
  with gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.blue)) as demo:
210
- gr.Markdown("<h1>Failure Mode (FMEA) RAG Recommendation Engine</h1>")
211
 
212
  with gr.Group():
213
  gr.Markdown("## FMEA Inputs ")
 
207
  if build_rag_chain():
208
  print("\n🚀 Launching Gradio Interface...")
209
  with gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.blue)) as demo:
210
+ gr.Markdown("<h1>Pangun ReliAI-FMEA</h1>")
211
 
212
  with gr.Group():
213
  gr.Markdown("## FMEA Inputs ")