Spaces:
Build error
Build error
Update app.py
Browse files
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}");
|