abhivsh commited on
Commit
630fab2
·
verified ·
1 Parent(s): ab3aea7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -78,8 +78,8 @@ iface = gr.ChatInterface(
78
  -- The Model tries to answer the Query based on TS, GTR & Specific Requirements. \n\n
79
  -- For precise reply, please input `Specific Keywords` in your Query. \n\n """,
80
  concurrency_limit = None,
81
- #examples = {'What should be the GIB height outside the GIS hall ?'},
82
-
83
  )
84
 
85
  iface.launch(share=True, debug=True)
 
78
  -- The Model tries to answer the Query based on TS, GTR & Specific Requirements. \n\n
79
  -- For precise reply, please input `Specific Keywords` in your Query. \n\n """,
80
  concurrency_limit = None,
81
+ examples = ["What should be the GIB height outside the GIS hall ?", "Tell me about coupling device for Outdoor Mounting." ],
82
+ #theme=gr.themes.Glass(),
83
  )
84
 
85
  iface.launch(share=True, debug=True)