Update app.py
Browse files
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
|
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 |
|