Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = [
|