Spaces:
Sleeping
Sleeping
Jonas Neves commited on
Commit Β·
ef3c12d
1
Parent(s): 4820752
Update README.md
Browse files- README.md +1 -20
- 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 |
-
|
| 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 |
+

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
## Run Locally
|
| 26 |
|
diagram.png
ADDED
|