Update app.py
Browse files
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("#
|
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")
|