Spaces:
Runtime error
Runtime error
Ari
commited on
Commit
·
90e484c
1
Parent(s):
e253735
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ def get_insights(question):
|
|
| 31 |
return answer
|
| 32 |
|
| 33 |
|
| 34 |
-
markdown_data = f"Mock Dataset
|
| 35 |
|
| 36 |
iface = gr.Interface(
|
| 37 |
fn=get_insights,
|
|
|
|
| 31 |
return answer
|
| 32 |
|
| 33 |
|
| 34 |
+
markdown_data = f"Mock Dataset Sales & Marketing Budget :\n```\n{data.head(10).to_string(index=False)}\n```\n"
|
| 35 |
|
| 36 |
iface = gr.Interface(
|
| 37 |
fn=get_insights,
|