vilarin commited on
Commit
1dfc74f
·
verified ·
1 Parent(s): 60bcc4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -72,7 +72,6 @@ def generate(message, history, system, max_tokens, temperature, top_p, top_k, pe
72
 
73
 
74
  with gr.Blocks(css=css, fill_height=True) as demo:
75
- gr.HTML(TITLE)
76
  gr.HTML(DESCRIPTION)
77
  gr.ChatInterface(
78
  fn=generate,
 
72
 
73
 
74
  with gr.Blocks(css=css, fill_height=True) as demo:
 
75
  gr.HTML(DESCRIPTION)
76
  gr.ChatInterface(
77
  fn=generate,