sam2ai commited on
Commit
dc83d56
1 Parent(s): af0e37a

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (3) hide show
  1. pages/1_URLs.py +3 -0
  2. pages/2_Documents.py +3 -0
  3. styles.css +0 -3
pages/1_URLs.py CHANGED
@@ -18,6 +18,9 @@ def load_css(file_path):
18
  with open(file_path) as f:
19
  st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
20
 
 
 
 
21
  # ----- FUNCTIONS -----
22
  # function to check whether the url is a sitemap or not
23
  def check_sitemap(url):
 
18
  with open(file_path) as f:
19
  st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
20
 
21
+ # Load CSS file
22
+ load_css('styles.css')
23
+
24
  # ----- FUNCTIONS -----
25
  # function to check whether the url is a sitemap or not
26
  def check_sitemap(url):
pages/2_Documents.py CHANGED
@@ -14,6 +14,9 @@ def load_css(file_path):
14
  with open(file_path) as f:
15
  st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
16
 
 
 
 
17
  # function to run the enter button
18
  def run_function(documents):
19
  data = ""
 
14
  with open(file_path) as f:
15
  st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
16
 
17
+ # Load CSS file
18
+ load_css('styles.css')
19
+
20
  # function to run the enter button
21
  def run_function(documents):
22
  data = ""
styles.css CHANGED
@@ -30,6 +30,3 @@ button.css-1oz26th.edgvbvh10 {
30
  width: 100% !important;
31
  }
32
 
33
- * {
34
- background: green !important;
35
- }
 
30
  width: 100% !important;
31
  }
32