Spaces:
Runtime error
Runtime error
fix bug
Browse files
app.py
CHANGED
|
@@ -836,7 +836,7 @@ def create_gradio_interface(parser: ResultParser):
|
|
| 836 |
pass_k_plot = gr.Plot()
|
| 837 |
|
| 838 |
# 增加底部空白区域,确保下拉框有足够空间向下展开,而不是因为底部空间不足而向上展开
|
| 839 |
-
gr.HTML("<div style='height:
|
| 840 |
|
| 841 |
# 事件处理
|
| 842 |
def update_model_choices():
|
|
|
|
| 836 |
pass_k_plot = gr.Plot()
|
| 837 |
|
| 838 |
# 增加底部空白区域,确保下拉框有足够空间向下展开,而不是因为底部空间不足而向上展开
|
| 839 |
+
gr.HTML("<div style='height: 100px;'></div>")
|
| 840 |
|
| 841 |
# 事件处理
|
| 842 |
def update_model_choices():
|