Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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():
|