Update app.py
Browse files
app.py
CHANGED
@@ -123,8 +123,8 @@ 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 |
-
<h2 style="text-align: left; font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem;">Chat with Dorna-Llama3 8B </h2>
|
127 |
-
<p style="text-align: left; font-size: 16px; line-height: 1.5; margin-bottom: 15px;">You can try different models.<br
|
128 |
</div>
|
129 |
</div>
|
130 |
"""
|
@@ -184,7 +184,7 @@ demo = gr.ChatInterface(
|
|
184 |
undo_btn="Undo",
|
185 |
clear_btn="Clear",
|
186 |
submit_btn="Send",
|
187 |
-
description="Chat with Dorna-Llama3 8B GGUF Varients!",
|
188 |
chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
|
189 |
)
|
190 |
|
|
|
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 style="text-align: left; font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem;">Chat with Dorna-Llama3 8B GGUF Varients! </h2>
|
127 |
+
<p style="text-align: left; font-size: 16px; line-height: 1.5; margin-bottom: 15px;">You can try different models.<br></p>
|
128 |
</div>
|
129 |
</div>
|
130 |
"""
|
|
|
184 |
undo_btn="Undo",
|
185 |
clear_btn="Clear",
|
186 |
submit_btn="Send",
|
187 |
+
#description="Chat with Dorna-Llama3 8B GGUF Varients!",
|
188 |
chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
|
189 |
)
|
190 |
|