hsienchen commited on
Commit
dac4eed
1 Parent(s): c6232d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -53,6 +53,7 @@ def sentence_builder(animal, place):
53
  # gradio block
54
 
55
  with gr.Blocks(theme='snehilsanyal/scikit-learn') as app:
 
56
  with gr.Row():
57
  image_box = gr.Image(type="filepath")
58
 
 
53
  # gradio block
54
 
55
  with gr.Blocks(theme='snehilsanyal/scikit-learn') as app:
56
+ gr.Markdown("## MM COT ##")
57
  with gr.Row():
58
  image_box = gr.Image(type="filepath")
59