Shirjannn commited on
Commit
df697c2
·
verified ·
1 Parent(s): df3de05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")