bluenevus commited on
Commit
80cfa8c
·
verified ·
1 Parent(s): 9a4fc1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")