DrDomedag commited on
Commit
56f4f9d
·
verified ·
1 Parent(s): b928984

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
172
  """
173
  demo = gr.ChatInterface(
174
  respond,
175
- title=f"The Game - Score: {game.score}",
176
  additional_inputs=[
177
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
178
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
 
172
  """
173
  demo = gr.ChatInterface(
174
  respond,
175
+ title=f"The Game - Score: {game.points}",
176
  additional_inputs=[
177
  gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
178
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),