Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ if 'key1' in st.session_state:
|
|
123 |
|
124 |
if topic == 'Targets':
|
125 |
tapp_display.target_display()
|
126 |
-
elif
|
127 |
tapp_display.action_display()
|
128 |
|
129 |
#excel_convert.filter_dataframe('target_hits',['keep','text','Parameter','page'])
|
|
|
123 |
|
124 |
if topic == 'Targets':
|
125 |
tapp_display.target_display()
|
126 |
+
elif topic == 'Actions':
|
127 |
tapp_display.action_display()
|
128 |
|
129 |
#excel_convert.filter_dataframe('target_hits',['keep','text','Parameter','page'])
|