Update app.py
Browse files
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("
|
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():
|