Isidorophp commited on
Commit
2f97a12
Β·
verified Β·
1 Parent(s): 39bb7b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -112,8 +112,9 @@ async def generate1(prompt):
112
  await communicate.save(tmp_path)
113
  yield tmp_path
114
 
115
- with gr.Blocks(css="style.css") as demo:
116
- gr.Markdown(""" # <center><b><img src='/logo.png'> DR. Watson πŸ€– 🧠 🧬</b></center>
 
117
  ### <center>An Artificial Intelligence Assistant just for YOU:
118
  ### <center>Now Talk to - Dr. Watson</center>
119
  """)
 
112
  await communicate.save(tmp_path)
113
  yield tmp_path
114
 
115
+ with gr.Blocks(css="style.css") as demo:
116
+ gr.Image("/file=logo.png")
117
+ gr.Markdown(""" # <center><b> DR. Watson πŸ€– 🧠 🧬</b></center>
118
  ### <center>An Artificial Intelligence Assistant just for YOU:
119
  ### <center>Now Talk to - Dr. Watson</center>
120
  """)