Madhav commited on
Commit
2a0f96b
·
1 Parent(s): 7aeaef8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ from jax import random
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)
 
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)