bluenevus commited on
Commit
7de4e79
·
verified ·
1 Parent(s): 80cfa8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def generate_error_image(message):
71
 
72
  # Gradio interface
73
  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="Gemini API Key", type="password")
 
71
 
72
  # Gradio interface
73
  with gr.Blocks(theme=gr.themes.Default(spacing_size="lg")) as demo:
74
+ gr.Markdown("# AutoData Visualizer")
75
 
76
  with gr.Row():
77
  api_key = gr.Textbox(label="Gemini API Key", type="password")