Ferrxni commited on
Commit
75790fa
·
verified ·
1 Parent(s): da4b152

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -324,7 +324,6 @@ async def enter_location():
324
  </style>
325
  </head>
326
  <body>
327
- <img src="https://next.ink/wp-content/uploads/2024/02/announcing-mistral.png" alt="Mistral Logo" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
328
  <h2>Bienvenue sur votre AI-dashboard connecté</h2>
329
  <p>Connectez-vous et accédez à des informations personnalisées !</p>
330
 
@@ -341,6 +340,7 @@ async def enter_location():
341
  <input type="text" id="city" name="city"><br>
342
  <input type="submit" value="Submit">
343
  </form>
 
344
  <div>
345
  <p>© 2024 AgriHackteurs</p>
346
  </div>
 
324
  </style>
325
  </head>
326
  <body>
 
327
  <h2>Bienvenue sur votre AI-dashboard connecté</h2>
328
  <p>Connectez-vous et accédez à des informations personnalisées !</p>
329
 
 
340
  <input type="text" id="city" name="city"><br>
341
  <input type="submit" value="Submit">
342
  </form>
343
+ <img src="https://next.ink/wp-content/uploads/2024/02/announcing-mistral.png" alt="Mistral Logo" style="display: block; margin-left: auto; margin-right: auto; width: 50%;">
344
  <div>
345
  <p>© 2024 AgriHackteurs</p>
346
  </div>