arjunanand13 commited on
Commit
db4d011
·
verified ·
1 Parent(s): e02d91f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 properties are 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,
 
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,