Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -59,7 +59,7 @@ def resources_section(): | |
| 59 | 
             
                  </a>
         | 
| 60 |  | 
| 61 | 
             
                  <!-- GitHub -->
         | 
| 62 | 
            -
                  <a href="https://github.com/1x-technologies/ | 
| 63 | 
             
                    <h4>GitHub Repository</h4>
         | 
| 64 | 
             
                    <p>View code and issues</p>
         | 
| 65 | 
             
                  </a>
         | 
| @@ -71,7 +71,7 @@ def resources_section(): | |
| 71 | 
             
                  </a>
         | 
| 72 |  | 
| 73 | 
             
                  <!-- Discord -->
         | 
| 74 | 
            -
                  <a href="https://discord.gg/ | 
| 75 | 
             
                    <h4>Discord Channel</h4>
         | 
| 76 | 
             
                    <p>Join the discussion</p>
         | 
| 77 | 
             
                  </a>
         | 
|  | |
| 59 | 
             
                  </a>
         | 
| 60 |  | 
| 61 | 
             
                  <!-- GitHub -->
         | 
| 62 | 
            +
                  <a href="https://github.com/1x-technologies/1xgpt" target="_blank" class="resource-card">
         | 
| 63 | 
             
                    <h4>GitHub Repository</h4>
         | 
| 64 | 
             
                    <p>View code and issues</p>
         | 
| 65 | 
             
                  </a>
         | 
|  | |
| 71 | 
             
                  </a>
         | 
| 72 |  | 
| 73 | 
             
                  <!-- Discord -->
         | 
| 74 | 
            +
                  <a href="https://discord.gg/kk2HmvrQsN" target="_blank" class="resource-card">
         | 
| 75 | 
             
                    <h4>Discord Channel</h4>
         | 
| 76 | 
             
                    <p>Join the discussion</p>
         | 
| 77 | 
             
                  </a>
         |