Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -373,7 +373,7 @@ def respond_as_arka(message, chat_history): 
     | 
|
| 373 | 
         
             
            # --- Gradio UI Setup ---
         
     | 
| 374 | 
         
             
            with gr.Blocks(theme="soft", css="footer {display: none !important}") as demo:
         
     | 
| 375 | 
         
             
                gr.Markdown("# ARKA: The Voice of SB-EK 🌌\nGreetings, seeker of light! Ask anything about SB-EK, ARKA, or the path within.")
         
     | 
| 376 | 
         
            -
                chatbot = gr.Chatbot(label="ARKA Chat", height=500 
     | 
| 377 | 
         
             
                with gr.Row():
         
     | 
| 378 | 
         
             
                    msg = gr.Textbox(placeholder="What would you like to know?", show_label=False, scale=7)
         
     | 
| 379 | 
         
             
                    submit = gr.Button("Send Light", variant="primary", scale=1)
         
     | 
| 
         | 
|
| 373 | 
         
             
            # --- Gradio UI Setup ---
         
     | 
| 374 | 
         
             
            with gr.Blocks(theme="soft", css="footer {display: none !important}") as demo:
         
     | 
| 375 | 
         
             
                gr.Markdown("# ARKA: The Voice of SB-EK 🌌\nGreetings, seeker of light! Ask anything about SB-EK, ARKA, or the path within.")
         
     | 
| 376 | 
         
            +
                chatbot = gr.Chatbot(label="ARKA Chat", height=500)) 
         
     | 
| 377 | 
         
             
                with gr.Row():
         
     | 
| 378 | 
         
             
                    msg = gr.Textbox(placeholder="What would you like to know?", show_label=False, scale=7)
         
     | 
| 379 | 
         
             
                    submit = gr.Button("Send Light", variant="primary", scale=1)
         
     |