Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Commit 
							
							·
						
						087c2f6
	
1
								Parent(s):
							
							a05d9d4
								
Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -54,7 +54,7 @@ def generate_html() -> str: | |
| 54 | 
             
                        rows.append(row)
         | 
| 55 | 
             
                    rows.reverse()
         | 
| 56 | 
             
                    if len(rows) == 0:
         | 
| 57 | 
            -
                        return " | 
| 58 | 
             
                    else:
         | 
| 59 | 
             
                        html = "<div class='chatbot'>"
         | 
| 60 | 
             
                        for row in rows:
         | 
|  | |
| 54 | 
             
                        rows.append(row)
         | 
| 55 | 
             
                    rows.reverse()
         | 
| 56 | 
             
                    if len(rows) == 0:
         | 
| 57 | 
            +
                        return "nothing yet"
         | 
| 58 | 
             
                    else:
         | 
| 59 | 
             
                        html = "<div class='chatbot'>"
         | 
| 60 | 
             
                        for row in rows:
         |