Update main.py
Browse files
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 |
|