kevin1911 commited on
Commit
d02661f
·
verified ·
1 Parent(s): 0dc8345

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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