Ashkchamp commited on
Commit
402f0af
·
verified ·
1 Parent(s): 22dc59d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ import base64
11
  import groq
12
  from functools import wraps
13
  # UI enhancement
 
14
  def add_bg_from_local(image_path):
15
  # with open(image_path, "rb") as image_file:
16
  # encoded_string = base64.b64encode(image_file.read()).decode() background-image: url("data:image/png;base64,{encoded_string}");
 
11
  import groq
12
  from functools import wraps
13
  # UI enhancement
14
+ st.set_page_config(layout="wide")
15
  def add_bg_from_local(image_path):
16
  # with open(image_path, "rb") as image_file:
17
  # encoded_string = base64.b64encode(image_file.read()).decode() background-image: url("data:image/png;base64,{encoded_string}");