Madhav commited on
Commit
6cd953d
1 Parent(s): 9d4fd81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -9,7 +9,6 @@ from jax import random
9
  import streamlit as st
10
 
11
 
12
-
13
  # Define the model
14
  def linear_regression(X, y, alpha_prior, beta_prior, sigma_prior):
15
  alpha = numpyro.sample('alpha', alpha_prior)
 
9
  import streamlit as st
10
 
11
 
 
12
  # Define the model
13
  def linear_regression(X, y, alpha_prior, beta_prior, sigma_prior):
14
  alpha = numpyro.sample('alpha', alpha_prior)