raethehacker commited on
Commit
f06756d
·
verified ·
1 Parent(s): 25c0862

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -26,8 +26,6 @@ async def process_inputs(message: str, panel_content):
26
  try:
27
  main.disabled = True
28
 
29
- # Perform emotion classification
30
- panel_content.append("##### ⚙️ Classifying emotions...")
31
  results = await classify_emotion(message)
32
 
33
  # Display results
 
26
  try:
27
  main.disabled = True
28
 
 
 
29
  results = await classify_emotion(message)
30
 
31
  # Display results