Skip to content

Commit

Permalink
Themes: fix bogus header image URL (#7060)
Browse files Browse the repository at this point in the history
* Themes: fix bogus header image URL

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
akx and gradio-pr-bot committed Jan 18, 2024
1 parent 3642b7a commit aaecfe5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tame-cloths-cough.md
@@ -0,0 +1,5 @@
---
"gradio": minor
---

feat:Themes: fix bogus header image URL
2 changes: 1 addition & 1 deletion gradio/themes/app.py
Expand Up @@ -73,7 +73,7 @@

def go(*args):
time.sleep(3)
return "https://gradio-static-files.s3.us-west-2.amazonaws.com/header-image.jpgjpg"
return "https://gradio-static-files.s3.us-west-2.amazonaws.com/header-image.jpg"

go_btn.click(go, [radio, drop, drop_2, check, name], img, api_name="go")

Expand Down

0 comments on commit aaecfe5

Please sign in to comment.