Real-Time Weather Forecasting Website with Django | Python ML Project 02 (Part 2)

Поделиться
HTML-код
  • Опубликовано: 13 дек 2024

Комментарии • 13

  • @Mr.Data_Scientist
    @Mr.Data_Scientist  Месяц назад +2

    To make the UI responsive, add this code to your styles.css file!
    @media screen and (max-width: 1100px) {
    main {
    width: 779px;
    }

    .side-container {
    width: fit-content;
    }

    .geo-input {
    font-size: 10px;
    }

    .day-stats__temperature {
    font-size: 40px;
    }

    .day-stats_condition {
    font-size: 20px;
    }

    .day-stats__condition_text {
    font-size: 10px;
    }


    .forecast-time {
    font-size: 12px;
    }

    .forecastWindText {
    font-size: 10px;
    text-align: center;
    }

    .forecast-temperature {
    font-size: 22px;
    margin-bottom: 10;
    }
    }

    @media screen and (max-width: 800px) {
    main {
    width: 490px;
    }

    .main-container {
    width: 100%;
    padding: 0 30px;
    }

    .weather__location {
    width: 200px;
    margin-bottom: 16px;
    }

    .weather__primary-stats {
    width: 200px;
    margin-bottom: 40px;
    }

    .forecast {
    flex-wrap: wrap;
    }

    .forecast-temperature {
    font-size: 14px;
    }

    .forecastWindText {
    font-size: 8px;
    width: 30px;
    }
    }

  • @Baig47-w4g
    @Baig47-w4g Месяц назад +1

    Wow!
    Thanks, bro. It's really helpful.

  • @FiazAhmad-n9u
    @FiazAhmad-n9u Месяц назад

    Very good

  • @Mrunal3000
    @Mrunal3000 2 месяца назад

    Yehhhy🎉

  • @5.Swastik
    @5.Swastik 18 дней назад

    Sir plz make a video on weather based agriculture recommendation system

  • @tanishqpal-w3x
    @tanishqpal-w3x 6 дней назад

    hey sir great vid but i am facing problem in importing libraries , it show that my pylance is not recognizing the import lib .
    Error message :
    Import "sklearn.model_selection" could not be resolved from sourcePylancereportMissingModuleSource
    (module) sklearn

    • @tanishqpal-w3x
      @tanishqpal-w3x 6 дней назад +1

      sir it was resolved i just had to download them manually one by one .

    • @Mr.Data_Scientist
      @Mr.Data_Scientist  6 дней назад +1

      Glad it’s working! Feel free to ask if you need any help! 😊