Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def convert_to_markdown(input_text):
|
|
36 |
|
37 |
# # Construct the Markdown output with headings
|
38 |
# formatted_output = f"**{title}{content}"
|
39 |
-
input_text = """**ABBOTT'S BABBLER (Malacocincla abbotti)** \n **Look:** \n Robin-sized detective! This bird has a sandy-brown body with rusty flanks, a short tail, and a heavy hooked bill. Check for a pale gray eyebrow in Southeast Asia. \n **Cool Fact!:** \n Works in pairs, hopping on the forest floor like little detectives searching for clues (their prey!). \n **Habitat:** \n Prefers the shady undergrowth of permanent forests, especially near streams and tangled vegetation. \n **Food:** \n Not picky eaters! They enjoy a varied menu of insects, worms, and even seeds. \n **Birdie Behaviors:** \n Secretive by nature, but listen for their surprising calls – a mix of harsh churrs and melodic whistles."""
|
40 |
|
41 |
|
42 |
return input_text
|
|
|
36 |
|
37 |
# # Construct the Markdown output with headings
|
38 |
# formatted_output = f"**{title}{content}"
|
39 |
+
input_text = """**ABBOTT'S BABBLER (Malacocincla abbotti)** \n\n **Look:** \n Robin-sized detective! This bird has a sandy-brown body with rusty flanks, a short tail, and a heavy hooked bill. Check for a pale gray eyebrow in Southeast Asia. \n\n **Cool Fact!:** \n Works in pairs, hopping on the forest floor like little detectives searching for clues (their prey!). \n\n **Habitat:** \n Prefers the shady undergrowth of permanent forests, especially near streams and tangled vegetation. \n\n **Food:** \n Not picky eaters! They enjoy a varied menu of insects, worms, and even seeds. \n\n **Birdie Behaviors:** \n Secretive by nature, but listen for their surprising calls – a mix of harsh churrs and melodic whistles."""
|
40 |
|
41 |
|
42 |
return input_text
|