Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -592,7 +592,7 @@ import matplotlib.pyplot as plt
|
|
592 |
with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
|
593 |
with gr.Column():
|
594 |
gr.Markdown("""# Simulate Revolutions
|
595 |
-
Agents are placed on a
|
596 |
""")
|
597 |
with gr.Row():
|
598 |
with gr.Column():
|
|
|
592 |
with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
|
593 |
with gr.Column():
|
594 |
gr.Markdown("""# Simulate Revolutions
|
595 |
+
Agents are placed on a fully connected graph. Vary the parameters below, and click 'Run Simulation' to run.
|
596 |
""")
|
597 |
with gr.Row():
|
598 |
with gr.Column():
|