Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -193,8 +193,8 @@ with gr.Blocks() as demo:
|
|
193 |
|
194 |
|
195 |
#with gr.Tab(label="2 Optimization"):
|
196 |
-
|
197 |
-
|
198 |
result_info = gr.Text(label="Response")
|
199 |
|
200 |
opt_flag = gr.State(0)
|
|
|
193 |
|
194 |
|
195 |
#with gr.Tab(label="2 Optimization"):
|
196 |
+
# with gr.Row():
|
197 |
+
# with gr.Column():
|
198 |
result_info = gr.Text(label="Response")
|
199 |
|
200 |
opt_flag = gr.State(0)
|