visjia commited on
Commit
86f0435
·
1 Parent(s): fed99ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -113,6 +113,8 @@ with gr.Blocks(css = """#col_container {width: 700px; margin-left: auto; margin-
113
  inputs = gr.Textbox(placeholder= "Hi there!", label= "请输入你的问题然后按 Run发送") #t
114
  state = gr.State([]) #s
115
  b1 = gr.Button()
 
 
116
  with gr.Blocks() as demo:
117
 
118
  examples = [
 
113
  inputs = gr.Textbox(placeholder= "Hi there!", label= "请输入你的问题然后按 Run发送") #t
114
  state = gr.State([]) #s
115
  b1 = gr.Button()
116
+
117
+
118
  with gr.Blocks() as demo:
119
 
120
  examples = [