Spaces:
Runtime error
Runtime error
chore: update layout
Browse files
app.py
CHANGED
|
@@ -50,6 +50,7 @@ def run_prediction(sample):
|
|
| 50 |
|
| 51 |
|
| 52 |
task_prompt = f"<s>"
|
|
|
|
| 53 |
|
| 54 |
# logo = Image.open("./img/rsz_unstructured_logo.png")
|
| 55 |
# st.image(logo)
|
|
|
|
| 50 |
|
| 51 |
|
| 52 |
task_prompt = f"<s>"
|
| 53 |
+
st. set_page_config(layout="wide")
|
| 54 |
|
| 55 |
# logo = Image.open("./img/rsz_unstructured_logo.png")
|
| 56 |
# st.image(logo)
|