hsienchen commited on
Commit
225f539
1 Parent(s): a7e8129

Update app.py

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