Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1075,12 +1075,9 @@ with gr.Blocks(theme=gr.themes.Default(spacing_size="md", primary_hue="red", sec
|
|
1075 |
inputs= [csv_file,Kitchen_afternoon_illuminance, Lounge_night_illuminance, Kitchen_night_illuminance, ratio, Kitchen_night_temperature, Kitchen_morning_temperature, Bathroom_evening_temperature, temperature_ratio],
|
1076 |
)
|
1077 |
with gr.Row():
|
1078 |
-
gr.Markdown("<img src='https://ukdri.ac.uk/assets/img/logo.svg' alt='UKDRI' width='250' style='margin-top: 50px;'>")
|
1079 |
-
gr.Markdown("<img src='https://ukdri.ac.uk/
|
1080 |
-
gr.Markdown("<img src='https://ukdri.ac.uk/uploads/AS_LOGO_NEW_WEBSITE.jpg' alt='ALZHEIMERSSOCIETY_FOUNDING' width='150' style='margin-top: 20px;'>")
|
1081 |
-
gr.Markdown("<img src='https://ukdri.ac.uk/uploads/New-ARUK-website-global.jpg' alt='Explain Image' width='150' style='margin-top: 25px;'>")
|
1082 |
|
1083 |
-
|
1084 |
|
1085 |
demo.launch()
|
1086 |
|
|
|
1075 |
inputs= [csv_file,Kitchen_afternoon_illuminance, Lounge_night_illuminance, Kitchen_night_illuminance, ratio, Kitchen_night_temperature, Kitchen_morning_temperature, Bathroom_evening_temperature, temperature_ratio],
|
1076 |
)
|
1077 |
with gr.Row():
|
1078 |
+
gr.Markdown("<img src='https://www.ukdri.ac.uk/themes/custom/ukdri/assets/img/logo.svg' alt='UKDRI' width='250' style='margin-top: 50px;'>")
|
1079 |
+
gr.Markdown("<img src='https://www.ukdri.ac.uk/themes/custom/ukdri/assets/img/mrc_principal_funder.png' alt='MRC_FOUNDING' width='150' style='margin-top: 20px;'>")
|
|
|
|
|
1080 |
|
|
|
1081 |
|
1082 |
demo.launch()
|
1083 |
|