Update appStore/tapp_display.py
Browse files- 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")
|