Skip to content

Commit

Permalink
fix typo ern app
Browse files Browse the repository at this point in the history
  • Loading branch information
WillLP-code committed Jan 29, 2024
1 parent f4d1025 commit 73899ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
entrypoint: "ern_app.py", // The target file of the `streamlit run` command
files: {
"ern_app.py": `
import pandas as pd
import pandas as pd
import streamlit as st
import json
import plotly.express as px
Expand Down

0 comments on commit 73899ce

Please sign in to comment.