abhivsh commited on
Commit
a0180f8
·
verified ·
1 Parent(s): 731c251

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -126,7 +126,12 @@ iface = gr.ChatInterface(
126
  -- The Model tries to answer the Query based on TS, GTR & Specific Requirements. \n\n
127
  -- For precise reply, please input `Specific Keywords` in your Query. \n\n """,
128
  concurrency_limit = None,
129
- examples = ["What should be the GIB height outside the GIS hall ?", "Tell me about coupling device for Outdoor Mounting." ],
 
 
 
 
 
130
  theme=gr.themes.Base(),
131
  )
132
 
 
126
  -- The Model tries to answer the Query based on TS, GTR & Specific Requirements. \n\n
127
  -- For precise reply, please input `Specific Keywords` in your Query. \n\n """,
128
  concurrency_limit = None,
129
+ examples = ["What should be the GIB height outside the GIS hall ?",
130
+ "Tell me about specifications of XLPE POWER Cables.",
131
+ "Elaborate on Hooters in Fire Annunciation Panels",
132
+ "What do you know about gantries for Terminal/Line Take off arrangement.",
133
+ "Explain about STATCOM Station Ratings",
134
+ "Briefly describe about Buchholz Relay and Windings of 765kV ICT" ],
135
  theme=gr.themes.Base(),
136
  )
137