SalexAI commited on
Commit
3cc9587
·
verified ·
1 Parent(s): 8aa0d62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- gr.Markdown("# QClone <span class='badge'>PLUS</span>", elem_id="header", unsafe_allow_html=True)
 
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():