Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ class StreamLitResponse(ResponseParser):
|
|
| 19 |
st.dataframe(result['value'])
|
| 20 |
return
|
| 21 |
def format_plot(self,result):
|
| 22 |
-
st.image(result['value'],
|
| 23 |
return
|
| 24 |
def format_other(self, result):
|
| 25 |
st.write(result['value'])
|
|
|
|
| 19 |
st.dataframe(result['value'])
|
| 20 |
return
|
| 21 |
def format_plot(self,result):
|
| 22 |
+
st.image(result['value'], use_container_width=True)
|
| 23 |
return
|
| 24 |
def format_other(self, result):
|
| 25 |
st.write(result['value'])
|