Update app.py
Browse files
app.py
CHANGED
@@ -114,11 +114,11 @@ async def generate1(prompt):
|
|
114 |
|
115 |
with gr.Blocks(css="style.css") as demo:
|
116 |
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
|
123 |
|
124 |
with gr.Row():
|
|
|
114 |
|
115 |
with gr.Blocks(css="style.css") as demo:
|
116 |
|
117 |
+
gr.Markdown(""" # <center><img src='https://huggingface.co/spaces/Isidorophp/Talk-to-Dr.Watson/resolve/main/logo.png' alt='RJP DEV STUDIO logo' style='width:120px; height:75px; '></center>""")
|
118 |
+
gr.Markdown(""" # <center><b> DR. Watson π€ π§ π§¬</b></center>
|
119 |
+
### <center>An Artificial Intelligence Assistant just for YOU:
|
120 |
+
### <center>Now Talk to - Dr. Watson</center>
|
121 |
+
""")
|
122 |
|
123 |
|
124 |
with gr.Row():
|