czyPL commited on
Commit
1e82f18
·
1 Parent(s): 39db127
Files changed (1) hide show
  1. app.py +1 -1
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: 400px;'></div>")
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():