Update app.py
Browse files
app.py
CHANGED
@@ -68,6 +68,8 @@ with gr.Blocks(css=css) as demo:
|
|
68 |
with gr.Column(elem_id="col-container"):
|
69 |
gr.Markdown(" # Text-to-Image Gradio Template")
|
70 |
|
|
|
|
|
71 |
with gr.Row():
|
72 |
prompt = gr.Text(
|
73 |
label="Prompt",
|
|
|
68 |
with gr.Column(elem_id="col-container"):
|
69 |
gr.Markdown(" # Text-to-Image Gradio Template")
|
70 |
|
71 |
+
gr.Markdown("[RedNote Website](https://www.rednote.us/)") # 添加这一行
|
72 |
+
|
73 |
with gr.Row():
|
74 |
prompt = gr.Text(
|
75 |
label="Prompt",
|