Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks(title=title) as demo:
|
|
78 |
gr.Markdown("### Example Predictions:")
|
79 |
|
80 |
# Add labeled example categories
|
81 |
-
|
82 |
| Example Label | GM3 | WorkEnv3 | WellBeing2 | GM2 | JobSecurity | WellBeing1 |
|
83 |
|----------------|-----|---------|------------|----|-------------|------------|
|
84 |
| 🟢 **Well Engaged** | 4.5 | 4.5 | 4.6 | 4.7 | 5.0 | 4.9 |
|
|
|
78 |
gr.Markdown("### Example Predictions:")
|
79 |
|
80 |
# Add labeled example categories
|
81 |
+
gr.Markdown("""
|
82 |
| Example Label | GM3 | WorkEnv3 | WellBeing2 | GM2 | JobSecurity | WellBeing1 |
|
83 |
|----------------|-----|---------|------------|----|-------------|------------|
|
84 |
| 🟢 **Well Engaged** | 4.5 | 4.5 | 4.6 | 4.7 | 5.0 | 4.9 |
|