bluenevus commited on
Commit
85fe655
·
verified ·
1 Parent(s): 1173a62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -188,9 +188,7 @@ app.layout = dbc.Container([
188
  ], width=12)
189
  ]),
190
  dbc.Row([
191
- dbc.Col([
192
- html.P("Generate a user guide or administration guide based on the UI-related code in a Git repository using Gemini AI. Select a Git provider, enter repository details, choose the guide type, and let AI create a comprehensive guide.", className="text-center mb-4"),
193
-
194
  dbc.Card([
195
  dbc.CardBody([
196
  dbc.Form([
 
188
  ], width=12)
189
  ]),
190
  dbc.Row([
191
+ dbc.Col([
 
 
192
  dbc.Card([
193
  dbc.CardBody([
194
  dbc.Form([