seawolf2357 commited on
Commit
dec674d
·
verified ·
1 Parent(s): 0cf37d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -71,14 +71,14 @@ with gr.Blocks(css_paths="app.css") as demo:
71
  with antd.Col(span=24, md=8):
72
  with antd.Flex(vertical=True, gap="middle", wrap=True):
73
 
74
- header = gr.HTML("""
75
- <div class="left_header">
76
- <img src="/mouse.gif" width="200px" />
77
- <h1>MOUSE Coder: WEB</h2>
78
- </div>
79
- """)
80
 
81
-
 
 
 
 
 
 
82
  input = antd.InputTextarea(
83
  size="large", allow_clear=True, placeholder="Please enter what kind of application you want")
84
  btn = antd.Button("send", type="primary", size="large")
 
71
  with antd.Col(span=24, md=8):
72
  with antd.Flex(vertical=True, gap="middle", wrap=True):
73
 
 
 
 
 
 
 
74
 
75
+ header = gr.HTML("""
76
+ <div class="left_header">
77
+ <img src="file/mouse.gif" width="200px" />
78
+ <h1>MOUSE Coder: WEB</h2>
79
+ </div>
80
+ """)
81
+
82
  input = antd.InputTextarea(
83
  size="large", allow_clear=True, placeholder="Please enter what kind of application you want")
84
  btn = antd.Button("send", type="primary", size="large")