Spaces:
Runtime error
Runtime error
Commit
·
f05ee1b
1
Parent(s):
4e10583
Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ gradio-app h2, .gradio-app h2 {
|
|
153 |
"""
|
154 |
|
155 |
# UI Design and Logic
|
156 |
-
with gr.Blocks(css=CSS
|
157 |
gr.HTML("<h1 style='text-align: center;'>Marketing Email Generator</h1>")
|
158 |
gr.Markdown("Drop you Excel file here 👇 and ask your query about it!")
|
159 |
with gr.Row():
|
|
|
153 |
"""
|
154 |
|
155 |
# UI Design and Logic
|
156 |
+
with gr.Blocks(css=CSS,title="Marketing Email Generator") as demo:
|
157 |
gr.HTML("<h1 style='text-align: center;'>Marketing Email Generator</h1>")
|
158 |
gr.Markdown("Drop you Excel file here 👇 and ask your query about it!")
|
159 |
with gr.Row():
|