Update app.py
Browse files
app.py
CHANGED
|
@@ -182,7 +182,7 @@ def chat(message, history, uploaded_file, system_message="", max_tokens=4000, te
|
|
| 182 |
yield "", error_history
|
| 183 |
|
| 184 |
|
| 185 |
-
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange",
|
| 186 |
gr.HTML(
|
| 187 |
"""
|
| 188 |
<div style="text-align: center; max-width: 800px; margin: 0 auto;">
|
|
|
|
| 182 |
yield "", error_history
|
| 183 |
|
| 184 |
|
| 185 |
+
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", title="GiniGEN 🤖") as demo:
|
| 186 |
gr.HTML(
|
| 187 |
"""
|
| 188 |
<div style="text-align: center; max-width: 800px; margin: 0 auto;">
|