DrDomedag commited on
Commit
792a55f
1 Parent(s): 0be70f1

Update app.py

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