arad1367 commited on
Commit
da993cd
·
verified ·
1 Parent(s): 33ea77e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ footer = """
29
  """
30
 
31
  # Create a Gradio interface with custom layout
32
- with gr.Blocks(theme='small_and_pretty') as app:
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