awacke1 commited on
Commit
c0f48ed
β€’
1 Parent(s): f8975bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +18 -18
app.py CHANGED
@@ -18,34 +18,34 @@ with col1:
18
  st.markdown("## **Autonomous agents interacting** :robot_face: :robot_face:**")
19
  st.markdown("### **Key Aspects** :bulb:")
20
  st.markdown("""
21
- 1. **Interaction Protocol** 🀝 \n
22
- - Define rules for communication and cooperation \n
23
- 2. **Decentralized Decision Making** 🎯 \n
24
- - Autonomous agents make independent decisions \n
25
- 3. **Collaboration and Competition** 🀼 \n
26
- - Agents work together or against each other \n
27
  """)
28
 
29
  with col2:
30
- st.markdown("### **Entities** :guards:")
31
  st.markdown("""
32
- 1. **Autonomous Agents** πŸ€– \n
33
- - Independent entities with decision-making capabilities \n
34
- 2. **Environment** 🌐 \n
35
- - Shared space where agents interact \n
36
- 3. **Ruleset** πŸ“œ \n
37
- - Defines interaction protocol and decision-making processes \n
38
  """)
39
 
40
  st.markdown("---")
41
 
42
  st.markdown("## **Interaction Protocol** 🀝 :bulb:**")
43
- st.markdown("### **Key Elements** :guards:")
44
  st.markdown("""
45
- 1. **Communication** πŸ—£ \n
46
- - Agents exchange information \n
47
- 2. **Cooperation** 🀝 \n
48
- - Agents work together to achieve common goals \n
49
  """)
50
 
51
  st.markdown("---")
 
18
  st.markdown("## **Autonomous agents interacting** :robot_face: :robot_face:**")
19
  st.markdown("### **Key Aspects** :bulb:")
20
  st.markdown("""
21
+ 1. **Interaction Protocol** 🀝
22
+ - Define rules for communication and cooperation
23
+ 2. **Decentralized Decision Making** 🎯
24
+ - Autonomous agents make independent decisions
25
+ 3. **Collaboration and Competition** 🀼
26
+ - Agents work together or against each other
27
  """)
28
 
29
  with col2:
30
+ st.markdown("### **Entities**")
31
  st.markdown("""
32
+ 1. **Autonomous Agents** πŸ€–
33
+ - Independent entities with decision-making capabilities
34
+ 2. **Environment** 🌐
35
+ - Shared space where agents interact
36
+ 3. **Ruleset** πŸ“œ
37
+ - Defines interaction protocol and decision-making processes
38
  """)
39
 
40
  st.markdown("---")
41
 
42
  st.markdown("## **Interaction Protocol** 🀝 :bulb:**")
43
+ st.markdown("### **Key Elements**")
44
  st.markdown("""
45
+ 1. **Communication** πŸ—£
46
+ - Agents exchange information
47
+ 2. **Cooperation** 🀝
48
+ - Agents work together to achieve common goals
49
  """)
50
 
51
  st.markdown("---")