faisalsns commited on
Commit
f64cc05
·
verified ·
1 Parent(s): d0f78af

Update app.py

Browse files

updated the path to share for the Hugging Face Space

Files changed (1) hide show
  1. app.py +1 -1
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://your-app-url.com",
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,