m7n commited on
Commit
dec936e
·
1 Parent(s): 7244894

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 flly connected graph. Vary the parameters below, and click 'Run Simulation' to run.
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():