Allen Park commited on
Commit
2632b0b
·
1 Parent(s): 21d1782

change back to markdown because of the subheader text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -257,7 +257,7 @@ def select_template(template):
257
 
258
  with gr.Blocks(css=css, theme=gr.themes.Default(spacing_size="sm", font=[gr.themes.GoogleFont("Plus Jakarta Sans"), "Arial", "sans-serif"], primary_hue="indigo", secondary_hue="purple")) as demo:
259
  base_url_state = gr.State(update_client_base_url("Patronus Lynx 8B v1.1"))
260
- gr.HTML(HEADER)
261
  model_dropdown = gr.Dropdown(choices=["Patronus Lynx 8B v1.1", "Patronus Lynx 70B"], value="Patronus Lynx 8B v1.1", label="Model", interactive=True)
262
  with gr.Row(equal_height=True):
263
  with gr.Column(scale=1):
 
257
 
258
  with gr.Blocks(css=css, theme=gr.themes.Default(spacing_size="sm", font=[gr.themes.GoogleFont("Plus Jakarta Sans"), "Arial", "sans-serif"], primary_hue="indigo", secondary_hue="purple")) as demo:
259
  base_url_state = gr.State(update_client_base_url("Patronus Lynx 8B v1.1"))
260
+ gr.Markdown(HEADER)
261
  model_dropdown = gr.Dropdown(choices=["Patronus Lynx 8B v1.1", "Patronus Lynx 70B"], value="Patronus Lynx 8B v1.1", label="Model", interactive=True)
262
  with gr.Row(equal_height=True):
263
  with gr.Column(scale=1):