Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ def ask_openai_with_image(instruction, image, low):
|
|
97 |
return f"Error: {response.status_code} - {response.text}"
|
98 |
css = """
|
99 |
footer {visibility: hidden !important;}
|
100 |
-
|
101 |
display: flex;
|
102 |
flex-direction: inherit;
|
103 |
flex-wrap: wrap;
|
|
|
97 |
return f"Error: {response.status_code} - {response.text}"
|
98 |
css = """
|
99 |
footer {visibility: hidden !important;}
|
100 |
+
pn {div.svelte-sfqy0y {
|
101 |
display: flex;
|
102 |
flex-direction: inherit;
|
103 |
flex-wrap: wrap;
|