SiangKai commited on
Commit
472fd30
·
verified ·
1 Parent(s): a1078b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -16
app.py CHANGED
@@ -752,17 +752,6 @@ custom_css = """
752
  background: #1f2937 !important; /* 夜間模式下的背景 (深藍灰色) */
753
  color: #d1d5db !important; /* 夜間模式下的文字顏色 (淺灰色) */
754
  }
755
- #output_markdown2 {
756
- padding: 15px;
757
- border-radius: 8px;
758
- min-height: 120px;
759
- max-height: 400px;
760
- overflow-y: auto;
761
- box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.05);
762
- background: #ffffff !important;
763
- color: #374151;
764
- }
765
-
766
  }
767
  """
768
 
@@ -813,11 +802,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="orange"),
813
  )
814
 
815
  with gr.Group():
816
- gr.Markdown(""""### 🧐 查詢結果 <br>
817
-
818
- """,
819
- elem_id="output_markdown2"
820
- )
821
  output_result = gr.Markdown(
822
  # label="🧐 查詢結果",
823
  # show_label=True,
 
752
  background: #1f2937 !important; /* 夜間模式下的背景 (深藍灰色) */
753
  color: #d1d5db !important; /* 夜間模式下的文字顏色 (淺灰色) */
754
  }
 
 
 
 
 
 
 
 
 
 
 
755
  }
756
  """
757
 
 
802
  )
803
 
804
  with gr.Group():
805
+ gr.Markdown("### 🧐 查詢結果")
 
 
 
 
806
  output_result = gr.Markdown(
807
  # label="🧐 查詢結果",
808
  # show_label=True,