heysho commited on
Commit
d1c54fe
Β·
verified Β·
1 Parent(s): f57ba82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -14
app.py CHANGED
@@ -49,20 +49,9 @@ def init_chain():
49
  def main():
50
  init_page()
51
  # Style adjustments (optional, remove if not needed)
52
- st.markdown(
53
- """
54
- <style>
55
- /* Custom style adjustments */
56
- .st-emotion-cache-15ecox0 { display: none !important; }
57
- @media (max-width: 50.5rem) {
58
- .st-emotion-cache-13ln4jf {
59
- max-width: calc(0rem + 100vw);
60
- }
61
- }
62
- </style>
63
- """,
64
- unsafe_allow_html=True,
65
- )
66
  chain = init_chain()
67
  if chain:
68
  brand = st.text_input("ブランド名をε…₯εŠ›γ—γ¦γγ γ•γ„οΌˆδΎ‹οΌšγƒŠγ‚€γ‚­οΌ‰", key="brand")
 
49
  def main():
50
  init_page()
51
  # Style adjustments (optional, remove if not needed)
52
+ st.markdown("""<style>.st-emotion-cache-15ecox0 { display: none !important; }
53
+ @media (max-width: 50.5rem) {.st-emotion-cache-13ln4jf {max-width: calc(0rem + 100vw);}}
54
+ </style>""",unsafe_allow_html=True,)
 
 
 
 
 
 
 
 
 
 
 
55
  chain = init_chain()
56
  if chain:
57
  brand = st.text_input("ブランド名をε…₯εŠ›γ—γ¦γγ γ•γ„οΌˆδΎ‹οΌšγƒŠγ‚€γ‚­οΌ‰", key="brand")