cevheri commited on
Commit
80aa96a
·
1 Parent(s): 1bab1a2

fix:delete useless comment

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -122,7 +122,6 @@ with gr.Blocks(css=custom_css, theme=xtheme) as demo:
122
  <p style='text-align: center'>Ask questions about your database, analyze and visualize data.</p>
123
  <p style='text-align: center; color: #666; font-size: 0.9em; margin-top: -0.5rem'>Version: {}</p>
124
  """.format(VERSION)
125
- """
126
  )
127
  with gr.Row(elem_classes="container"):
128
  with gr.Column(scale=3):
@@ -140,7 +139,6 @@ with gr.Blocks(css=custom_css, theme=xtheme) as demo:
140
  container=False,
141
  scale=4
142
  ),
143
- #theme="soft",
144
  examples=[
145
  "Describe the database",
146
  "List all tables in the database",
 
122
  <p style='text-align: center'>Ask questions about your database, analyze and visualize data.</p>
123
  <p style='text-align: center; color: #666; font-size: 0.9em; margin-top: -0.5rem'>Version: {}</p>
124
  """.format(VERSION)
 
125
  )
126
  with gr.Row(elem_classes="container"):
127
  with gr.Column(scale=3):
 
139
  container=False,
140
  scale=4
141
  ),
 
142
  examples=[
143
  "Describe the database",
144
  "List all tables in the database",