Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -90,7 +90,7 @@ initial_output = start_trivia_game()
|
|
| 90 |
# Using gr.Blocks to create the interface
|
| 91 |
with gr.Blocks() as demo:
|
| 92 |
# Title and Description
|
| 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.")
|
| 94 |
|
| 95 |
# LLM Output Textbox
|
| 96 |
llm_output = gr.Textbox(label="LLM Output", placeholder="The output from the LLM will appear here", lines=10, value=initial_output)
|
|
|
|
| 90 |
# Using gr.Blocks to create the interface
|
| 91 |
with gr.Blocks() as demo:
|
| 92 |
# Title and Description
|
| 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="The output from the LLM will appear here", lines=10, value=initial_output)
|