Update app.py
Browse files
app.py
CHANGED
|
@@ -136,7 +136,7 @@ def simulate_layers(sample_choice, custom_text):
|
|
| 136 |
"""
|
| 137 |
return html_output
|
| 138 |
|
| 139 |
-
with gr.Blocks() as demo:
|
| 140 |
gr.Markdown("Deep Learning (Layered Approach) Simulation")
|
| 141 |
gr.Markdown("Pick a sample statement **or** type your own, then click **Simulate**.")
|
| 142 |
|
|
|
|
| 136 |
"""
|
| 137 |
return html_output
|
| 138 |
|
| 139 |
+
with gr.Blocks(css="footer{display:none !important}") as demo:
|
| 140 |
gr.Markdown("Deep Learning (Layered Approach) Simulation")
|
| 141 |
gr.Markdown("Pick a sample statement **or** type your own, then click **Simulate**.")
|
| 142 |
|