Jonas Neves commited on
Commit
ef3c12d
Β·
1 Parent(s): 4820752

Update README.md

Browse files
Files changed (2) hide show
  1. README.md +1 -20
  2. diagram.png +0 -0
README.md CHANGED
@@ -20,26 +20,7 @@ A interactive web application built with Streamlit to get current weather inform
20
 
21
  The app runs a server that users can interact with through their browser in a continuous loop:
22
 
23
- ```mermaid
24
- sequenceDiagram
25
- participant U as πŸ‘€ User
26
- participant B as 🌐 Browser
27
- participant S as πŸš€ Server
28
- participant W as 🌐 API
29
-
30
- U->>B: Visits app URL
31
- B->>S: Loads page
32
- S->>B: Shows input form
33
-
34
- loop πŸ” Each Search
35
- U->>B: Enters city & clicks "Get Weather"
36
- B->>S: Sends city name
37
- S->>W: πŸ” Fetches weather
38
- W->>S: Sends data
39
- S->>B: Updates with weather info
40
- B->>U: πŸ“Š Displays results
41
- end
42
- ```
43
 
44
  ## Run Locally
45
 
 
20
 
21
  The app runs a server that users can interact with through their browser in a continuous loop:
22
 
23
+ ![Weather App Flow Diagram](diagram.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
  ## Run Locally
26
 
diagram.png ADDED