mihalykiss commited on
Commit
7455191
·
verified ·
1 Parent(s): 94cb644

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -98,7 +98,6 @@ def classify_text(text):
98
  else:
99
  result_message = (
100
  f"**The text is** <span class='highlight-ai'>**{ai_percentage:.2f}%** likely <b>AI generated</b>.</span>\n\n"
101
- f"**Identified LLM: {ai_argmax_model}**"
102
  )
103
 
104
  fig, ax = plt.subplots(figsize=(8, 4)) # Adjust figure size for better layout
 
98
  else:
99
  result_message = (
100
  f"**The text is** <span class='highlight-ai'>**{ai_percentage:.2f}%** likely <b>AI generated</b>.</span>\n\n"
 
101
  )
102
 
103
  fig, ax = plt.subplots(figsize=(8, 4)) # Adjust figure size for better layout