Sadem-12 commited on
Commit
629eb29
·
verified ·
1 Parent(s): de409a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -155,7 +155,6 @@ examples = [
155
 
156
  print("Creating Gradio interface...")
157
 
158
- # Modify the analyze_text function to use the fallback concept map if needed
159
  def analyze_text_with_fallback(text, lang):
160
  if not text.strip():
161
  return "Please enter some text.", "No questions generated.", None
 
155
 
156
  print("Creating Gradio interface...")
157
 
 
158
  def analyze_text_with_fallback(text, lang):
159
  if not text.strip():
160
  return "Please enter some text.", "No questions generated.", None