Spaces:
Sleeping
Sleeping
Update app.py
Browse filesupdated the path to share for the Hugging Face Space
app.py
CHANGED
|
@@ -155,7 +155,7 @@ with gr.Blocks(css=css, title="Prompt Canvas Engine") as demo:
|
|
| 155 |
with gr.Row():
|
| 156 |
gr.Markdown("## **Share this workspace:** ")
|
| 157 |
share_link = gr.Textbox(
|
| 158 |
-
value="https://
|
| 159 |
label="",
|
| 160 |
interactive=False,
|
| 161 |
show_copy_button=True,
|
|
|
|
| 155 |
with gr.Row():
|
| 156 |
gr.Markdown("## **Share this workspace:** ")
|
| 157 |
share_link = gr.Textbox(
|
| 158 |
+
value="https://huggingface.co/spaces/faisalsns/prompt-canvas-engine",
|
| 159 |
label="",
|
| 160 |
interactive=False,
|
| 161 |
show_copy_button=True,
|