Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -202,7 +202,7 @@ green_theme = gr.themes.Soft(
|
|
| 202 |
)
|
| 203 |
|
| 204 |
with gr.Blocks(title="تحليل المشية ", theme=green_theme) as demo:
|
| 205 |
-
|
| 206 |
gr.HTML(instructions)
|
| 207 |
with gr.Row():
|
| 208 |
with gr.Column(scale=1):
|
|
|
|
| 202 |
)
|
| 203 |
|
| 204 |
with gr.Blocks(title="تحليل المشية ", theme=green_theme) as demo:
|
| 205 |
+
|
| 206 |
gr.HTML(instructions)
|
| 207 |
with gr.Row():
|
| 208 |
with gr.Column(scale=1):
|