Update app.py
Browse files
app.py
CHANGED
|
@@ -146,7 +146,7 @@ def analyze_text(text):
|
|
| 146 |
return best_school, f"{best_score:.2f}", school_profile, timeline, best_match, semantic_plot, psych_output
|
| 147 |
|
| 148 |
def clear_fields():
|
| 149 |
-
return "", "", "", "", "", None, ""
|
| 150 |
|
| 151 |
with gr.Blocks(title="Philosophical Analyzer") as demo:
|
| 152 |
gr.Markdown("## 📝 Enter Philosophical Text")
|
|
|
|
| 146 |
return best_school, f"{best_score:.2f}", school_profile, timeline, best_match, semantic_plot, psych_output
|
| 147 |
|
| 148 |
def clear_fields():
|
| 149 |
+
return "", "", "", "", "", "", None, ""
|
| 150 |
|
| 151 |
with gr.Blocks(title="Philosophical Analyzer") as demo:
|
| 152 |
gr.Markdown("## 📝 Enter Philosophical Text")
|