Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ plastic, cartoonish, artificial, fake, unnatural
|
|
31 |
app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
|
32 |
|
33 |
app.layout = dbc.Container([
|
34 |
-
html.H1("
|
35 |
dbc.Card([
|
36 |
dbc.CardBody([
|
37 |
dbc.Input(id="google-api-key", type="password", placeholder="Enter Google AI API Key", className="mb-3"),
|
|
|
31 |
app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
|
32 |
|
33 |
app.layout = dbc.Container([
|
34 |
+
html.H1("Insta-Image", className="my-4"),
|
35 |
dbc.Card([
|
36 |
dbc.CardBody([
|
37 |
dbc.Input(id="google-api-key", type="password", placeholder="Enter Google AI API Key", className="mb-3"),
|