eliebak HF staff commited on
Commit
12db1d3
·
verified ·
1 Parent(s): 0beec3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def modify_system_session(system):
38
  return system, system, []
39
 
40
  with gr.Blocks() as demo:
41
- gr.Markdown("<h1 style='text-align: center;'>LLM.C 1.5B Chat Demo 🤖</h1>")
42
 
43
  with gr.Row():
44
  with gr.Column(scale=3):
 
38
  return system, system, []
39
 
40
  with gr.Blocks() as demo:
41
+ gr.Markdown("<h1 style='text-align: center;'>LLM.C 1.5B Chat Demo 🤖 (not the good ckpt for now)</h1>")
42
 
43
  with gr.Row():
44
  with gr.Column(scale=3):