Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,6 @@ import gradio as gr
|
|
| 73 |
|
| 74 |
# Examples from your thesis
|
| 75 |
examples = [
|
| 76 |
-
"Elon Musk created a new political party",
|
| 77 |
"Trump imposes tariffs",
|
| 78 |
"Tesla announces a new affordable electric vehicle model",
|
| 79 |
"Nvidia releases new GPU technology",
|
|
@@ -81,8 +80,6 @@ examples = [
|
|
| 81 |
]
|
| 82 |
|
| 83 |
description_md = """
|
| 84 |
-
# GRPO Financial Analyst
|
| 85 |
-
|
| 86 |
This tool analyzes financial events using a retrieval-augmented **language model**.
|
| 87 |
|
| 88 |
**How it works:**
|
|
|
|
| 73 |
|
| 74 |
# Examples from your thesis
|
| 75 |
examples = [
|
|
|
|
| 76 |
"Trump imposes tariffs",
|
| 77 |
"Tesla announces a new affordable electric vehicle model",
|
| 78 |
"Nvidia releases new GPU technology",
|
|
|
|
| 80 |
]
|
| 81 |
|
| 82 |
description_md = """
|
|
|
|
|
|
|
| 83 |
This tool analyzes financial events using a retrieval-augmented **language model**.
|
| 84 |
|
| 85 |
**How it works:**
|