akellyirl commited on
Commit
9a8ce69
·
1 Parent(s): f0e8369

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -154,7 +154,8 @@ with gr.Blocks() as chat:
154
 
155
  def on_select(ex):
156
  return ex
157
-
 
158
  ex = {}
159
  with gr.Group("Examples"):
160
  with gr.Row():
 
154
 
155
  def on_select(ex):
156
  return ex
157
+
158
+ gr.Markdown("#### *Examples:*")
159
  ex = {}
160
  with gr.Group("Examples"):
161
  with gr.Row():