Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -738,7 +738,7 @@ agent = smolagents.CodeAgent(
|
|
| 738 |
verbosity_level=2, # show steps in logs for class demo
|
| 739 |
)
|
| 740 |
|
| 741 |
-
with gr.Blocks(
|
| 742 |
|
| 743 |
# Centered title and description using HTML
|
| 744 |
gr.HTML("""
|
|
|
|
| 738 |
verbosity_level=2, # show steps in logs for class demo
|
| 739 |
)
|
| 740 |
|
| 741 |
+
with gr.Blocks() as demo:
|
| 742 |
|
| 743 |
# Centered title and description using HTML
|
| 744 |
gr.HTML("""
|