Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TBrost committed Sep 27, 2023
1 parent a74084e commit 27a2fe1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .streamlit/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion cash_prices.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import streamlit as st
import pandas as pd
import plotly_express as px
import requests
import io
import plotly_express as px
st.set_page_config(page_title="Wheat Charts", page_icon="🌾")
def check_password():
"""Returns `True` if the user had the correct password."""
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
plotly_express
plotly

0 comments on commit 27a2fe1

Please sign in to comment.