Baweja commited on
Commit
1b8a6d1
·
verified ·
1 Parent(s): 74d9896

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -132,6 +132,7 @@ demo = gr.ChatInterface(
132
  examples=[["✨Future of AI"], ["📱App Development"]],
133
  example_icons=["🤖", "📱"],
134
  theme="compact",
 
135
  )
136
 
137
 
 
132
  examples=[["✨Future of AI"], ["📱App Development"]],
133
  example_icons=["🤖", "📱"],
134
  theme="compact",
135
+ submit_btn = True,
136
  )
137
 
138