Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ with gr.Blocks() as demo:
|
|
| 93 |
gr.Markdown("# Knowledge Quest\nA trivia game to test your knowledge by verifying if the given claims are true or false. Points are awarded for each correct answer. Type 'Stop' to end the game and see your score. Bored of this? Type: Start a new game and the system will initiate a new facts-based game")
|
| 94 |
|
| 95 |
# LLM Output Textbox
|
| 96 |
-
llm_output = gr.Textbox(label="LLM Output", placeholder="
|
| 97 |
|
| 98 |
# User Response Textbox
|
| 99 |
user_response = gr.Textbox(label="Your Response", placeholder="Type your response here", lines=3)
|
|
|
|
| 93 |
gr.Markdown("# Knowledge Quest\nA trivia game to test your knowledge by verifying if the given claims are true or false. Points are awarded for each correct answer. Type 'Stop' to end the game and see your score. Bored of this? Type: Start a new game and the system will initiate a new facts-based game")
|
| 94 |
|
| 95 |
# LLM Output Textbox
|
| 96 |
+
llm_output = gr.Textbox(label="LLM Output", placeholder="", lines=10, value=initial_output)
|
| 97 |
|
| 98 |
# User Response Textbox
|
| 99 |
user_response = gr.Textbox(label="Your Response", placeholder="Type your response here", lines=3)
|