abdullahmeda commited on
Commit
bb3260f
1 Parent(s): 2a6620e

fixed image path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def init_buffer_memory():
54
  with gr.Blocks(css="#component-0 { max-width: 900px; margin: auto; padding-top: 1.5rem; }") as demo:
55
  gr.Markdown(
56
  """
57
- ![](/home/abdulla/gradio/banner.png)
58
  """
59
  )
60
 
 
54
  with gr.Blocks(css="#component-0 { max-width: 900px; margin: auto; padding-top: 1.5rem; }") as demo:
55
  gr.Markdown(
56
  """
57
+ ![](https://huggingface.co/spaces/abdullahmeda/OpenChat/resolve/main/banner.png)
58
  """
59
  )
60