Update app.py
Browse files
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.
|
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"),
|