Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ def process_csv_and_prompt(prompt, file):
|
|
| 59 |
iface = gr.Interface(
|
| 60 |
fn=process_csv_and_prompt,
|
| 61 |
inputs=[
|
| 62 |
-
gr.Textbox(label="Enter Analysis Prompt", placeholder="e.g.
|
| 63 |
gr.File(label="Upload CSV", file_types=[".csv"]),
|
| 64 |
],
|
| 65 |
outputs=gr.Image(label="Generated Plot"),
|
|
|
|
| 59 |
iface = gr.Interface(
|
| 60 |
fn=process_csv_and_prompt,
|
| 61 |
inputs=[
|
| 62 |
+
gr.Textbox(label="Enter Analysis Prompt", placeholder="e.g. Generate 1000 Random numbers and plot histogram"),
|
| 63 |
gr.File(label="Upload CSV", file_types=[".csv"]),
|
| 64 |
],
|
| 65 |
outputs=gr.Image(label="Generated Plot"),
|