watanabe3tipapa commited on
Commit
f688899
·
1 Parent(s): 01dc683

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def flip_image(x):
12
 
13
 
14
  with gr.Blocks() as demo:
15
- gr.Markdown("#回文とかミラー加工とか...")
16
  with gr.Tab("Textを入力"):
17
  text_input = gr.Textbox()
18
  text_output = gr.Textbox()
 
12
 
13
 
14
  with gr.Blocks() as demo:
15
+ gr.Markdown("回文とかミラー加工とか...")
16
  with gr.Tab("Textを入力"):
17
  text_input = gr.Textbox()
18
  text_output = gr.Textbox()