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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def simulate_layers(sample_choice, custom_text):
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
 
143
  with gr.Row():
 
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
 
143
  with gr.Row():