Tobias Bergmann commited on
Commit
cbef7a0
·
1 Parent(s): 53cb438

smaller font

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ max_new_tokens_slider = gr.Slider(
151
  chat_interface_accordion = gr.Accordion(label="Advanced Settings", open=False)
152
 
153
  with gr.Blocks(fill_height=True, css_paths=css_file_path, theme=theme, title=TITLE) as demo:
154
- gr.HTML(f"<h1>{TITLE}</h1>", elem_classes=["gr_title"])
155
  gr.HTML(DESCRIPTION)
156
  chat_interface = gr.ChatInterface(
157
  fn=generate,
 
151
  chat_interface_accordion = gr.Accordion(label="Advanced Settings", open=False)
152
 
153
  with gr.Blocks(fill_height=True, css_paths=css_file_path, theme=theme, title=TITLE) as demo:
154
+ gr.HTML(f"<h2>{TITLE}</h2>", elem_classes=["gr_title"])
155
  gr.HTML(DESCRIPTION)
156
  chat_interface = gr.ChatInterface(
157
  fn=generate,