drclab commited on
Commit
b2157de
1 Parent(s): 15cfa8d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ with gr.Blocks() as demo:
13
  gr.HTML("""<h1 align="center">ChatDulun is Here to Disrupt</h1>""")
14
  name = gr.Textbox(label='Guest Name')
15
  with gr.Accordion("Are we learning?"):
16
- gr.Markdown("""![Robot](https://miro.medium.com/v2/resize:fit:720/format:webp/1*wohx1bGrN0tRuAZrak5dOg.png)""")
17
  output = gr.Textbox(label='Greetings !')
18
  greet_btn = gr.Button("Greet")
19
  greet_btn.click(fn=greet, inputs=name, outputs=output)
 
13
  gr.HTML("""<h1 align="center">ChatDulun is Here to Disrupt</h1>""")
14
  name = gr.Textbox(label='Guest Name')
15
  with gr.Accordion("Are we learning?"):
16
+ gr.Markdown("""![Robot](https://drclab-dulun-store.hf.space/img/ml.jpg)""")
17
  output = gr.Textbox(label='Greetings !')
18
  greet_btn = gr.Button("Greet")
19
  greet_btn.click(fn=greet, inputs=name, outputs=output)