Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ async def generate1(prompt):
|
|
113 |
yield tmp_path
|
114 |
|
115 |
with gr.Blocks(css="style.css") as demo:
|
116 |
-
gr.Markdown(""" # <center><img src='https://huggingface.co/spaces/Isidorophp/Talk-to-Dr.Watson/resolve/main/logo.png' alt='RJP DEV STUDIO logo' style='
|
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>
|
|
|
113 |
yield tmp_path
|
114 |
|
115 |
with gr.Blocks(css="style.css") as demo:
|
116 |
+
gr.Markdown(""" # <center><img src='https://huggingface.co/spaces/Isidorophp/Talk-to-Dr.Watson/resolve/main/logo.png' alt='RJP DEV STUDIO logo' style='height:60px;'></center>""")
|
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>
|