Spaces:
Runtime error
Runtime error
mateoluksenberg
commited on
Commit
β’
1177326
1
Parent(s):
65edb04
Update app.py
Browse files
app.py
CHANGED
@@ -21,9 +21,8 @@ TITLE = "<h1>3ML-bot</h1>"
|
|
21 |
|
22 |
DESCRIPTION = f"""
|
23 |
<center>
|
24 |
-
<p
|
25 |
<br>
|
26 |
-
π MODEL NOW: <a href="https://hf.co/nikravan/glm-4vq">{MODEL_NAME}</a>
|
27 |
</center>"""
|
28 |
|
29 |
CSS = """
|
@@ -240,7 +239,7 @@ with gr.Blocks(css=CSS, theme="soft", fill_height=True) as demo:
|
|
240 |
),
|
241 |
],
|
242 |
),
|
243 |
-
gr.Examples(EXAMPLES, [chat_input])
|
244 |
|
245 |
if __name__ == "__main__":
|
246 |
|
|
|
21 |
|
22 |
DESCRIPTION = f"""
|
23 |
<center>
|
24 |
+
<p>Chat de Documentos
|
25 |
<br>
|
|
|
26 |
</center>"""
|
27 |
|
28 |
CSS = """
|
|
|
239 |
),
|
240 |
],
|
241 |
),
|
242 |
+
#gr.Examples(EXAMPLES, [chat_input])
|
243 |
|
244 |
if __name__ == "__main__":
|
245 |
|