agayabag commited on
Commit
78f293b
·
1 Parent(s): bf6de51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ st.title('Ask your JSON File')
12
  # about the dataset
13
 
14
  st.subheader('About the Dataset')
15
- st.markdown('The dataframe df contains information about different car models, including their brand, model, year, price, transmission type, mileage, fuel type, tax, miles per gallon (mpg), and engine size.')
16
 
17
  # load the json file
18
 
 
12
  # about the dataset
13
 
14
  st.subheader('About the Dataset')
15
+ st.markdown('The dataset contains information about different car models, including their brand, model, year, price, transmission type, mileage, fuel type, tax, miles per gallon (mpg), and engine size.')
16
 
17
  # load the json file
18