bluenevus commited on
Commit
77e7a61
·
verified ·
1 Parent(s): 0d22050

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Stability AI SD3.5 Large Turbo Image Generator with Google Gemini Prompt Enhancement", 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"),
 
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"),