Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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>
|
| 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 ")
|