Spaces:
Sleeping
Sleeping
Rowan Martnishn
commited on
Update app.py
Browse files
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...")
|