AdhyaSuman commited on
Commit
774f4d3
Β·
verified Β·
1 Parent(s): 2706eb3

Update app/ui.py

Browse files
Files changed (1) hide show
  1. app/ui.py +1 -1
app/ui.py CHANGED
@@ -298,7 +298,7 @@ if selected_words:
298
  )
299
  _, chart_col, _ = st.columns([0.2, 0.6, 0.2])
300
  with chart_col:
301
- st.plotly_chart(fig, use_container_width=True)
302
 
303
  # ==============================================================================
304
  # 3. πŸ” DOCUMENT RETRIEVAL & πŸ“ƒ SUMMARIZATION
 
298
  )
299
  _, chart_col, _ = st.columns([0.2, 0.6, 0.2])
300
  with chart_col:
301
+ st.plotly_chart(fig, use_container_width=True, theme=None)
302
 
303
  # ==============================================================================
304
  # 3. πŸ” DOCUMENT RETRIEVAL & πŸ“ƒ SUMMARIZATION