Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|