Spaces:
Sleeping
Sleeping
diana3135 commited on
Commit ·
34fdb2c
1
Parent(s): 489f5be
airbnb model
Browse files- app.py +1 -1
- instructions.py +0 -1
app.py
CHANGED
|
@@ -174,7 +174,7 @@ if __name__ == "__main__":
|
|
| 174 |
description = gr.Textbox(label="Task Description",
|
| 175 |
value = default_task_discription(),
|
| 176 |
interactive=False,
|
| 177 |
-
lines=
|
| 178 |
|
| 179 |
with gr.Accordion(label = "Click to See 17 SDGs",
|
| 180 |
open=False):
|
|
|
|
| 174 |
description = gr.Textbox(label="Task Description",
|
| 175 |
value = default_task_discription(),
|
| 176 |
interactive=False,
|
| 177 |
+
lines=12)
|
| 178 |
|
| 179 |
with gr.Accordion(label = "Click to See 17 SDGs",
|
| 180 |
open=False):
|
instructions.py
CHANGED
|
@@ -60,7 +60,6 @@ def notes_for_participants():
|
|
| 60 |
def default_task_discription():
|
| 61 |
TASK_DESCRIPTION = """
|
| 62 |
Given Airbnb's current business model below, please propose three ideas to make it comply with the 17 SDGs.
|
| 63 |
-
|
| 64 |
Airbnb caters to two main groups:
|
| 65 |
1. Travelers: People looking for unique and affordable places to stay, including tourists, business travelers, and families who prefer a home-like experience over hotels.
|
| 66 |
2. Property Owners: Individuals who rent out their spaces, from single rooms to entire homes, to earn extra income.
|
|
|
|
| 60 |
def default_task_discription():
|
| 61 |
TASK_DESCRIPTION = """
|
| 62 |
Given Airbnb's current business model below, please propose three ideas to make it comply with the 17 SDGs.
|
|
|
|
| 63 |
Airbnb caters to two main groups:
|
| 64 |
1. Travelers: People looking for unique and affordable places to stay, including tourists, business travelers, and families who prefer a home-like experience over hotels.
|
| 65 |
2. Property Owners: Individuals who rent out their spaces, from single rooms to entire homes, to earn extra income.
|