Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks(theme=gr.themes.Default(spacing_size="lg")) as demo:
|
|
74 |
gr.Markdown("# Professional Data Visualizer")
|
75 |
|
76 |
with gr.Row():
|
77 |
-
api_key = gr.Textbox(label="API Key", type="password")
|
78 |
file = gr.File(label="Upload Data File", file_types=[".csv", ".xlsx"])
|
79 |
|
80 |
instructions = gr.Textbox(label="Visualization Instructions")
|
|
|
74 |
gr.Markdown("# Professional Data Visualizer")
|
75 |
|
76 |
with gr.Row():
|
77 |
+
api_key = gr.Textbox(label="Gemini API Key", type="password")
|
78 |
file = gr.File(label="Upload Data File", file_types=[".csv", ".xlsx"])
|
79 |
|
80 |
instructions = gr.Textbox(label="Visualization Instructions")
|