Rowan Martnishn commited on
Commit
65e0008
·
verified ·
1 Parent(s): e88e59d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -283,6 +283,15 @@ thread.start()
283
 
284
  # demo.launch()
285
 
 
 
 
 
 
 
 
 
 
286
  with gr.Blocks(css=custom_css) as demo:
287
  # Initialize the HTML output with a default message
288
  html_output = gr.HTML("Processing data...")
 
283
 
284
  # demo.launch()
285
 
286
+
287
+ custom_css = """
288
+ body, .gradio-container {
289
+ margin: 0;
290
+ padding: 0;
291
+ }
292
+ """
293
+
294
+
295
  with gr.Blocks(css=custom_css) as demo:
296
  # Initialize the HTML output with a default message
297
  html_output = gr.HTML("Processing data...")