Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,8 +96,7 @@ def main():
|
|
| 96 |
st.session_state["ticker_data"] = []
|
| 97 |
|
| 98 |
st.title("Corporate Events Calendar")
|
| 99 |
-
st.write("This calendar shows earnings, dividends, and stock splits. "
|
| 100 |
-
"Use the selections on the sidebar to narrow results.")
|
| 101 |
|
| 102 |
st.sidebar.title("Input Parameters")
|
| 103 |
|
|
@@ -328,7 +327,8 @@ def main():
|
|
| 328 |
df_t = pd.DataFrame(data_ticker)
|
| 329 |
st.dataframe(df_t, use_container_width=True)
|
| 330 |
else:
|
| 331 |
-
st.write("No data retrieved. Check your options and press the button.")
|
|
|
|
| 332 |
|
| 333 |
if __name__ == "__main__":
|
| 334 |
main()
|
|
|
|
| 96 |
st.session_state["ticker_data"] = []
|
| 97 |
|
| 98 |
st.title("Corporate Events Calendar")
|
| 99 |
+
st.write("This calendar shows earnings, dividends, and stock splits. Set parameters and click run. ")
|
|
|
|
| 100 |
|
| 101 |
st.sidebar.title("Input Parameters")
|
| 102 |
|
|
|
|
| 327 |
df_t = pd.DataFrame(data_ticker)
|
| 328 |
st.dataframe(df_t, use_container_width=True)
|
| 329 |
else:
|
| 330 |
+
#st.write("No data retrieved. Check your options and press the button.")
|
| 331 |
+
st.write(" ")
|
| 332 |
|
| 333 |
if __name__ == "__main__":
|
| 334 |
main()
|