mgupta70 commited on
Commit
1eef711
1 Parent(s): 5bf28c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ gr.Interface(
51
  title=title,
52
  description=description,
53
  article=article,
54
- examples=[["What codal provisions should be used while planning a pedestrian walkway?"], ["How to determine the exact location of existing underground lines?"], ['What one should do to avoid struck-by hazard incidents?']]
55
  ).launch()
56
 
57
 
 
51
  title=title,
52
  description=description,
53
  article=article,
54
+ examples=[["what are some important lessons learned while constructing a pedestrian walkway?"], ["what are some mistakes that can happen in planning demolition?"], [' what are some lessons learned in Wine Room Design?']]
55
  ).launch()
56
 
57