Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks(title="Ticket Excel Query") as demo:
|
|
116 |
generated_image = image_display()
|
117 |
gr.Image(generated_image)
|
118 |
gr.Markdown("""### The database provided contains information about different Issues and Resolutions, including their fundamental details.
|
119 |
-
\n ### Once the
|
120 |
|
121 |
interface_1 = gr.Interface(
|
122 |
execute_sql_query,
|
|
|
116 |
generated_image = image_display()
|
117 |
gr.Image(generated_image)
|
118 |
gr.Markdown("""### The database provided contains information about different Issues and Resolutions, including their fundamental details.
|
119 |
+
\n ### Once the data (extracted rows) is retrieved based on the query, you can utilize the user interface (UI) below to retrieve similarly resolved issues. You will receive an generic answer based on the available information.""")
|
120 |
|
121 |
interface_1 = gr.Interface(
|
122 |
execute_sql_query,
|