Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -209,10 +209,7 @@ def build_ui():
|
|
| 209 |
""",
|
| 210 |
) as demo:
|
| 211 |
|
| 212 |
-
|
| 213 |
-
"<h2 style='text-align:center; color:#0047AB;'>💬 OhamLab AI Assistant</h2>"
|
| 214 |
-
"<p style='text-align:center; color:gray;'>Your professional research and engineering companion.</p>"
|
| 215 |
-
)
|
| 216 |
|
| 217 |
chatbot = gr.Chatbot(
|
| 218 |
label=None,
|
|
|
|
| 209 |
""",
|
| 210 |
) as demo:
|
| 211 |
|
| 212 |
+
|
|
|
|
|
|
|
|
|
|
| 213 |
|
| 214 |
chatbot = gr.Chatbot(
|
| 215 |
label=None,
|