Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,8 @@ import { generateWeatherForecast, getOutfitSuggestion, generateOutfitImage } fro
|
|
| 7 |
import type { Weather, OutfitSuggestion } from './types';
|
| 8 |
|
| 9 |
const App: React.FC = () => {
|
| 10 |
-
|
|
|
|
| 11 |
</div>
|
| 12 |
</div>
|
| 13 |
</main>
|
|
|
|
| 7 |
import type { Weather, OutfitSuggestion } from './types';
|
| 8 |
|
| 9 |
const App: React.FC = () => {
|
| 10 |
+
arg1,
|
| 11 |
+
arg2 )}
|
| 12 |
</div>
|
| 13 |
</div>
|
| 14 |
</main>
|