Commit
·
cd8d087
1
Parent(s):
4ea15bc
Update app.py
Browse files
app.py
CHANGED
@@ -266,7 +266,7 @@ def run_signal_game(NUM_SENDERS, NUM_RECEIVERS, num_rounds):
|
|
266 |
st.pyplot(fig)
|
267 |
|
268 |
# Streamlit UI
|
269 |
-
st.title('Multi-Agents
|
270 |
|
271 |
NUM_SENDERS = st.sidebar.slider("NUM_SENDERS", 1, 3, 2)
|
272 |
NUM_RECEIVERS = st.sidebar.slider("NUM_RECEIVERS", 1, 3, 2)
|
|
|
266 |
st.pyplot(fig)
|
267 |
|
268 |
# Streamlit UI
|
269 |
+
st.title('Multi-Agents Signal Game')
|
270 |
|
271 |
NUM_SENDERS = st.sidebar.slider("NUM_SENDERS", 1, 3, 2)
|
272 |
NUM_RECEIVERS = st.sidebar.slider("NUM_RECEIVERS", 1, 3, 2)
|