Spaces:
				
			
			
	
			
			
					
		Running
		
			on 
			
			CPU Upgrade
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
			on 
			
			CPU Upgrade
	
		Clémentine
		
	commited on
		
		
					Commit 
							
							·
						
						00358b1
	
1
								Parent(s):
							
							8dfa543
								
fix view
Browse files
    	
        app.py
    CHANGED
    
    | @@ -366,9 +366,10 @@ with demo: | |
| 366 | 
             
                                            datatype=EVAL_TYPES,
         | 
| 367 | 
             
                                            max_rows=5,
         | 
| 368 | 
             
                                        )
         | 
|  | |
|  | |
| 369 |  | 
| 370 | 
             
                        with gr.Row():
         | 
| 371 | 
            -
                            gr.Markdown("# SUBMIT HERE", elem_classes="markdown-text")
         | 
| 372 | 
             
                            with gr.Column():
         | 
| 373 | 
             
                                model_name_textbox = gr.Textbox(label="Model name")
         | 
| 374 | 
             
                                revision_name_textbox = gr.Textbox(
         | 
|  | |
| 366 | 
             
                                            datatype=EVAL_TYPES,
         | 
| 367 | 
             
                                            max_rows=5,
         | 
| 368 | 
             
                                        )
         | 
| 369 | 
            +
                        with gr.Row():
         | 
| 370 | 
            +
                            gr.Markdown("# ✉️✨ Submit your model here!", elem_classes="markdown-text")
         | 
| 371 |  | 
| 372 | 
             
                        with gr.Row():
         | 
|  | |
| 373 | 
             
                            with gr.Column():
         | 
| 374 | 
             
                                model_name_textbox = gr.Textbox(label="Model name")
         | 
| 375 | 
             
                                revision_name_textbox = gr.Textbox(
         | 
 
			
