Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -205,10 +205,7 @@ input[type="range"]:focus::-webkit-slider-thumb {{
|
|
| 205 |
"""
|
| 206 |
|
| 207 |
|
| 208 |
-
|
| 209 |
-
# UI
|
| 210 |
-
# -----------------------------
|
| 211 |
-
with gr.Blocks as demo:
|
| 212 |
gr.Markdown(f"""
|
| 213 |
<h2 style="color:{BURGUNDY}; margin-bottom:0.2rem;">
|
| 214 |
NFL Combine Insurance Revenue Simulator (TP/FP-adjusted)
|
|
|
|
| 205 |
"""
|
| 206 |
|
| 207 |
|
| 208 |
+
with gr.Blocks() as demo:
|
|
|
|
|
|
|
|
|
|
| 209 |
gr.Markdown(f"""
|
| 210 |
<h2 style="color:{BURGUNDY}; margin-bottom:0.2rem;">
|
| 211 |
NFL Combine Insurance Revenue Simulator (TP/FP-adjusted)
|