Update app.py
Browse files
app.py
CHANGED
@@ -123,8 +123,7 @@ def respond(
|
|
123 |
PLACEHOLDER = """
|
124 |
<div class="message-bubble-border" style="display:flex; max-width: 600px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px);">
|
125 |
<div style="padding: .5rem 1.5rem;">
|
126 |
-
|
127 |
-
</div>
|
128 |
</div>
|
129 |
"""
|
130 |
demo = gr.ChatInterface(
|
|
|
123 |
PLACEHOLDER = """
|
124 |
<div class="message-bubble-border" style="display:flex; max-width: 600px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px);">
|
125 |
<div style="padding: .5rem 1.5rem;">
|
126 |
+
<h2 dir="rtl" style="text-align: right; font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem;">با فرمتهای GGUF درنا چت کنید!</h2>
|
|
|
127 |
</div>
|
128 |
"""
|
129 |
demo = gr.ChatInterface(
|