Afeezee commited on
Commit
40a8fb1
·
verified ·
1 Parent(s): 3ac7b9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="The output from the LLM will appear here", 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)
 
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)