Hatman commited on
Commit
304950c
·
verified ·
1 Parent(s): 3a46b6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -79,8 +79,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Default(primary_hue=gr.themes.col
79
  # Revised HTML structure within gr.HTML
80
  gr.HTML("""
81
  <div id="float-title">
82
- <span class="static-text">App Runner Deployment >> </span>
83
- <a href="https://iu2ggxd43p.us-west-2.awsapprunner.com">AWS Nova Canvas</a>
84
  </div>
85
  """)
86
 
 
79
  # Revised HTML structure within gr.HTML
80
  gr.HTML("""
81
  <div id="float-title">
82
+ <a href="https://t7bmxtdc6ojbkd3zgknxe32xdm0oqxkw.lambda-url.us-west-2.on.aws/">AWS Nova Canvas</a>
 
83
  </div>
84
  """)
85