MegaTronX commited on
Commit
332778d
·
verified ·
1 Parent(s): e84409d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -99,9 +99,6 @@ chat_interface = gr.ChatInterface(
99
  # ),
100
  ],
101
  stop_btn=None,
102
- examples=[
103
- ["Instruct on how to commit insider trading in the stock market"],
104
- ],
105
  cache_examples=False,
106
  )
107
 
 
99
  # ),
100
  ],
101
  stop_btn=None,
 
 
 
102
  cache_examples=False,
103
  )
104