Koshti10 commited on
Commit
cec6bec
·
verified ·
1 Parent(s): 5cd5dcf

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -24,7 +24,7 @@ with gr.Blocks(theme="glass") as demo:
24
 
25
  gr.Examples([
26
  ["How should a MDPE pipe cross a Nallah?"],
27
- ["At what depth should a MDPE pipe be laid?"]
28
  ["Explain with example RFC shortfall calculation for vendor of Pool 1."],
29
  ], inputs=msg, label= "Examples"
30
  )
 
24
 
25
  gr.Examples([
26
  ["How should a MDPE pipe cross a Nallah?"],
27
+ ["At what depth should a MDPE pipe be laid?"],
28
  ["Explain with example RFC shortfall calculation for vendor of Pool 1."],
29
  ], inputs=msg, label= "Examples"
30
  )