Spaces:
Runtime error
Runtime error
Fix the title
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import numpy as np
|
3 |
import matplotlib.pyplot as plt
|
4 |
|
5 |
-
st.title("Fitting simple models with JAX)
|
6 |
st.header("A quadratric regression example')
|
7 |
|
8 |
number_of_observations = st.sidebar.slider('Number of observations', min_value=50, max_value=150, value=50)
|
|
|
2 |
import numpy as np
|
3 |
import matplotlib.pyplot as plt
|
4 |
|
5 |
+
st.title("Fitting simple models with JAX')
|
6 |
st.header("A quadratric regression example')
|
7 |
|
8 |
number_of_observations = st.sidebar.slider('Number of observations', min_value=50, max_value=150, value=50)
|