Johan713 commited on
Commit
0c84c50
·
verified ·
1 Parent(s): c006696

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +14 -0
app2.py CHANGED
@@ -1747,6 +1747,20 @@ elif feature == "Case Precedent Finder":
1747
  st.markdown(f"### {wiki_info['title']}")
1748
  st.markdown(wiki_info['summary'])
1749
  st.markdown(f"[Read more on Wikipedia]({wiki_info['url']})")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1750
 
1751
  elif feature == "Legal Cost Estimator":
1752
  legal_cost_estimator_ui()
 
1747
  st.markdown(f"### {wiki_info['title']}")
1748
  st.markdown(wiki_info['summary'])
1749
  st.markdown(f"[Read more on Wikipedia]({wiki_info['url']})")
1750
+ st.markdown(
1751
+ """
1752
+ <style>
1753
+ .stTextArea > div > div > textarea {
1754
+ font-size: 16px;
1755
+ }
1756
+ h1, h2, h3 {
1757
+ margin-top: 1em;
1758
+ margin-bottom: 0.5em;
1759
+ }
1760
+ </style>
1761
+ """,
1762
+ unsafe_allow_html=True
1763
+ )
1764
 
1765
  elif feature == "Legal Cost Estimator":
1766
  legal_cost_estimator_ui()