Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ def main():
|
|
155 |
# Format the output
|
156 |
output += "### Card Analysis\n"
|
157 |
for i, card in enumerate(cards, 1):
|
158 |
-
output += f"**{card_cat[i]}:** {card}\n\n"
|
159 |
output += "### Full Interpretation\n"
|
160 |
output += interpretation
|
161 |
output += "\n\n**Reading Ends.**"
|
|
|
155 |
# Format the output
|
156 |
output += "### Card Analysis\n"
|
157 |
for i, card in enumerate(cards, 1):
|
158 |
+
output += f"**{card_cat[i-1]}:** {card}\n\n"
|
159 |
output += "### Full Interpretation\n"
|
160 |
output += interpretation
|
161 |
output += "\n\n**Reading Ends.**"
|