Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update ui.py
Browse files
    	
        ui.py
    CHANGED
    
    | 
         @@ -32,7 +32,7 @@ def APP(): 
     | 
|
| 32 | 
         
             
                        with tab1:
         
     | 
| 33 | 
         
             
                            with st.form("bio",border=False):
         
     | 
| 34 | 
         | 
| 35 | 
         
            -
                                with st.expander("setup",icon=":material/ 
     | 
| 36 | 
         
             
                                    uid=st.text_input("enter username")
         
     | 
| 37 | 
         
             
                                    project_name=st.text_input("enter project name ")
         
     | 
| 38 | 
         | 
| 
         | 
|
| 32 | 
         
             
                        with tab1:
         
     | 
| 33 | 
         
             
                            with st.form("bio",border=False):
         
     | 
| 34 | 
         | 
| 35 | 
         
            +
                                with st.expander("setup",icon=":material/settings:"):
         
     | 
| 36 | 
         
             
                                    uid=st.text_input("enter username")
         
     | 
| 37 | 
         
             
                                    project_name=st.text_input("enter project name ")
         
     | 
| 38 | 
         |