rairo commited on
Commit
532f67f
·
verified ·
1 Parent(s): 183c4a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'])