Spaces:
Runtime error
Runtime error
Commit ·
fd0e432
1
Parent(s): f61fc61
Update conv_app.py
Browse files- conv_app.py +2 -1
conv_app.py
CHANGED
|
@@ -33,7 +33,8 @@ global DOCS
|
|
| 33 |
# yield text_[: i+1]
|
| 34 |
|
| 35 |
with gr.Blocks(css="style.css") as demo:
|
| 36 |
-
gr.Markdown(
|
|
|
|
| 37 |
|
| 38 |
Dr. V.AI is an experimental large language model tailored for Ophthalmology, integrating an extensive knowledge base.
|
| 39 |
|
|
|
|
| 33 |
# yield text_[: i+1]
|
| 34 |
|
| 35 |
with gr.Blocks(css="style.css") as demo:
|
| 36 |
+
gr.Markdown("""
|
| 37 |
+
# Dr. V AI
|
| 38 |
|
| 39 |
Dr. V.AI is an experimental large language model tailored for Ophthalmology, integrating an extensive knowledge base.
|
| 40 |
|