Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ footer = """
|
|
29 |
"""
|
30 |
|
31 |
# Create a Gradio interface with custom layout
|
32 |
-
with gr.Blocks(
|
33 |
gr.Markdown("# Data Report Generator")
|
34 |
|
35 |
# File input section
|
|
|
29 |
"""
|
30 |
|
31 |
# Create a Gradio interface with custom layout
|
32 |
+
with gr.Blocks() as app:
|
33 |
gr.Markdown("# Data Report Generator")
|
34 |
|
35 |
# File input section
|