Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -374,7 +374,7 @@ with gr.Blocks() as tab1:
|
|
| 374 |
gr.Textbox(lines=1),
|
| 375 |
gr.Markdown(),
|
| 376 |
examples=examples_1,
|
| 377 |
-
title=
|
| 378 |
description=description,
|
| 379 |
)
|
| 380 |
|
|
|
|
| 374 |
gr.Textbox(lines=1),
|
| 375 |
gr.Markdown(),
|
| 376 |
examples=examples_1,
|
| 377 |
+
title=title_1,
|
| 378 |
description=description,
|
| 379 |
)
|
| 380 |
|