Afeezee commited on
Commit
665fb0c
·
verified ·
1 Parent(s): dd32121

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ initial_output = start_trivia_game()
70
  # Using gr.Blocks to create the interface
71
  with gr.Blocks() as demo:
72
  # Title and Description
73
- gr.Markdown("# Trivia Game\nA simple trivia game using Groq's LLama 3 LLM API.")
74
 
75
  # LLM Output Textbox
76
  llm_output = gr.Textbox(label="LLM Output", placeholder="The output from the LLM will appear here", lines=10, value=initial_output)
 
70
  # Using gr.Blocks to create the interface
71
  with gr.Blocks() as demo:
72
  # Title and Description
73
+ gr.Markdown("# TriviaVilla\n A simple trivia game on Nigerian Music using LLama 3.1 LLM.")
74
 
75
  # LLM Output Textbox
76
  llm_output = gr.Textbox(label="LLM Output", placeholder="The output from the LLM will appear here", lines=10, value=initial_output)