Nifemi Alpine Durin commited on
Commit
134abc9
·
1 Parent(s): 8db1b2f

add feature image color

Browse files
Files changed (2) hide show
  1. app.py +4 -0
  2. requirements.txt +1 -0
app.py CHANGED
@@ -92,6 +92,10 @@ Your main heading text here.
92
  ### Sub-heading
93
  Your sub-heading text here.
94
 
 
 
 
 
95
  ---
96
 
97
  ## Image Layout
 
92
  ### Sub-heading
93
  Your sub-heading text here.
94
 
95
+
96
+ ## Feature Image Layout
97
+ Feature Image Background Color (Optional): i.e #008000
98
+
99
  ---
100
 
101
  ## Image Layout
requirements.txt CHANGED
@@ -1,3 +1,4 @@
1
  python-dotenv
2
  gradio==4.44.1
3
  requests
 
 
1
  python-dotenv
2
  gradio==4.44.1
3
  requests
4
+ httpx==0.27.2