ppsingh commited on
Commit
318de35
1 Parent(s): e68f927

Update appStore/tapp_display.py

Browse files
Files changed (1) hide show
  1. appStore/tapp_display.py +1 -1
appStore/tapp_display.py CHANGED
@@ -70,6 +70,6 @@ def target_display():
70
  fig = px.bar(sector_df, x='Sector', y='Count')
71
  st.plotly_chart(fig,use_container_width= True)
72
 
73
- st.dataframe(hits])
74
  else:
75
  st.info("🤔 No Targets Found")
 
70
  fig = px.bar(sector_df, x='Sector', y='Count')
71
  st.plotly_chart(fig,use_container_width= True)
72
 
73
+ st.dataframe(hits)
74
  else:
75
  st.info("🤔 No Targets Found")