Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ def create_interface():
|
|
168 |
|
169 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
170 |
with gr.Column():
|
171 |
-
gr.Markdown("# 👕 T-Shirt Design Generator")
|
172 |
|
173 |
with gr.Row():
|
174 |
prompt = gr.Textbox(label="Design Description", placeholder="Describe your t-shirt design idea")
|
|
|
168 |
|
169 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
170 |
with gr.Column():
|
171 |
+
gr.Markdown("# 👕 Deradh's T-Shirt Design Generator")
|
172 |
|
173 |
with gr.Row():
|
174 |
prompt = gr.Textbox(label="Design Description", placeholder="Describe your t-shirt design idea")
|