Spaces:
Running
Running
Minor changes.
Browse files
app.py
CHANGED
@@ -15,4 +15,4 @@ x = st.slider("Select a value")
|
|
15 |
st.write(x, "squared is", x * x)
|
16 |
|
17 |
model = get_model()
|
18 |
-
st.write(str(model.config
|
|
|
15 |
st.write(x, "squared is", x * x)
|
16 |
|
17 |
model = get_model()
|
18 |
+
st.write(str(model.config))
|