omm7 commited on
Commit
03d77af
·
verified ·
1 Parent(s): 51439e6

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -21
app.py CHANGED
@@ -54,27 +54,6 @@ st.markdown("""
54
  .badge-scrap { background:#F44336; color:white; padding:6px 18px; border-radius:20px; font-weight:bold; font-size:1.1em; }
55
  .badge-uncertain{ background:#9E9E9E; color:white; padding:6px 18px; border-radius:20px; font-weight:bold; font-size:1.1em; }
56
  .agent-card { background:#f8f9fa; border:1px solid #dee2e6; padding:12px; border-radius:8px; margin:6px 0; }
57
- html { scrollbar-gutter: stable; }
58
- [data-testid="stHorizontalBlock"] { align-items: flex-start; }
59
- [data-testid="column"] {
60
- flex: 1 1 0 !important;
61
- min-width: 0 !important;
62
- }
63
- [data-testid="column"] * {
64
- max-width: 100%;
65
- overflow-wrap: anywhere;
66
- word-break: normal;
67
- box-sizing: border-box;
68
- }
69
- [data-testid="stExpander"],
70
- [data-testid="stAlert"],
71
- [data-testid="stMetric"] {
72
- width: 100%;
73
- }
74
- [data-testid="stImage"] img {
75
- display: block;
76
- max-width: 100%;
77
- }
78
  </style>
79
  """, unsafe_allow_html=True)
80
 
 
54
  .badge-scrap { background:#F44336; color:white; padding:6px 18px; border-radius:20px; font-weight:bold; font-size:1.1em; }
55
  .badge-uncertain{ background:#9E9E9E; color:white; padding:6px 18px; border-radius:20px; font-weight:bold; font-size:1.1em; }
56
  .agent-card { background:#f8f9fa; border:1px solid #dee2e6; padding:12px; border-radius:8px; margin:6px 0; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  </style>
58
  """, unsafe_allow_html=True)
59