Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def fun():
|
|
31 |
plt.figure(figsize=(16, 5))
|
32 |
plt.xlabel("Price action ($)")
|
33 |
plt.ylabel("Q ($)")
|
34 |
-
plt.
|
35 |
plt.show()
|
36 |
return
|
37 |
st.header("Enter the Specification")
|
|
|
31 |
plt.figure(figsize=(16, 5))
|
32 |
plt.xlabel("Price action ($)")
|
33 |
plt.ylabel("Q ($)")
|
34 |
+
plt.bar(a, b, color='crimson', width=6, alpha=0.8)
|
35 |
plt.show()
|
36 |
return
|
37 |
st.header("Enter the Specification")
|