laudes commited on
Commit
531b569
·
verified ·
1 Parent(s): f9d0e67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -94,13 +94,6 @@ table_names = get_table_names()
94
  with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Ubuntu"), "Arial", "sans-serif"], text_size='sm')) as ydcoza_face:
95
 
96
  text_input = gr.Textbox(lines=2, label="Text Query")
97
-
98
-
99
- # Adding buttons below the Textbox in Gradio
100
- with gr.Blocks() as ydcoza_face:
101
-
102
-
103
- text_input = gr.Textbox(lines=2, label="Text Query")
104
 
105
  # Dynamically create buttons for each table
106
  with gr.Row():
 
94
  with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Ubuntu"), "Arial", "sans-serif"], text_size='sm')) as ydcoza_face:
95
 
96
  text_input = gr.Textbox(lines=2, label="Text Query")
 
 
 
 
 
 
 
97
 
98
  # Dynamically create buttons for each table
99
  with gr.Row():