Spaces:
Build error
Build error
Update app.py
Browse files
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("#
|
| 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)
|