Tonic commited on
Commit
670dcbd
1 Parent(s): 8503364

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ Tulu_bot = TuluChatBot(model, tokenizer)
62
 
63
 
64
  with gr.Blocks(theme = "ParityError/Anime") as demo:
65
- gr.Markdown(title_)
66
  gr.Markdown(description)
67
  with gr.Row():
68
  system_message = gr.Textbox(label="Optional 🌷Tulu Assistant Message", lines=2)
 
62
 
63
 
64
  with gr.Blocks(theme = "ParityError/Anime") as demo:
65
+ gr.Markdown(title)
66
  gr.Markdown(description)
67
  with gr.Row():
68
  system_message = gr.Textbox(label="Optional 🌷Tulu Assistant Message", lines=2)