Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,8 @@ def respond(message, history, character, max_tokens, temperature, top_p):
|
|
104 |
|
105 |
|
106 |
with gr.Blocks(css=css) as demo:
|
107 |
-
|
|
|
108 |
|
109 |
with gr.Row():
|
110 |
with gr.Column():
|
|
|
104 |
|
105 |
|
106 |
with gr.Blocks(css=css) as demo:
|
107 |
+
# Use HTML instead of Markdown for custom HTML header
|
108 |
+
gr.HTML("<h1>QClone <span class='badge'>PLUS</span></h1>")
|
109 |
|
110 |
with gr.Row():
|
111 |
with gr.Column():
|