SelmaNajih001 commited on
Commit
cea76ac
·
verified ·
1 Parent(s): f4175d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -70,7 +70,6 @@ def analisi_finanziaria(query, k=3):
70
  import gradio as gr
71
 
72
  examples = [
73
- "Deep Seek published a new AI better than OpenAI without using Nvidia's Chips",
74
  "Trump imposes tariffs",
75
  "Tesla announces a new affordable electric vehicle model",
76
  "Nvidia releases new GPU technology",
@@ -85,7 +84,7 @@ This tool analyzes financial events using a retrieval-augmented **language model
85
  - For each input, similar past events are retrieved to give context.
86
  - The output includes:
87
  - **Chosen Stocks**: stocks likely impacted
88
- - **Prediction**: expected price change (Up, Down, Neutral)
89
  - **Explanation**: brief reasoning based on historical context
90
 
91
  **Example use cases:**
 
70
  import gradio as gr
71
 
72
  examples = [
 
73
  "Trump imposes tariffs",
74
  "Tesla announces a new affordable electric vehicle model",
75
  "Nvidia releases new GPU technology",
 
84
  - For each input, similar past events are retrieved to give context.
85
  - The output includes:
86
  - **Chosen Stocks**: stocks likely impacted
87
+ - **Prediction**: expected price change
88
  - **Explanation**: brief reasoning based on historical context
89
 
90
  **Example use cases:**