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

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -24,8 +24,8 @@ 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
-
29
  ], inputs=msg, label= "Examples"
30
  )
31
 
 
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
  )
31