Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -62,7 +62,7 @@ def clear_conversation(): 
     | 
|
| 62 | 
         
             
            # Build the Gradio interface.
         
     | 
| 63 | 
         
             
            with gr.Blocks() as interface:
         
     | 
| 64 | 
         
             
                gr.Markdown("# 🏺 Mythology Storyteller")
         
     | 
| 65 | 
         
            -
                gr.Markdown("Enter a phrase from a chapter of your choice. The model will generate the summary of the respective chapter.")
         
     | 
| 66 | 
         | 
| 67 | 
         
             
                with gr.Row():
         
     | 
| 68 | 
         
             
                    user_input = gr.Textbox(lines = 5, label = "Incomplete story excerpt", placeholder = "Enter an excerpt from the Mahabharata here...")
         
     | 
| 
         | 
|
| 62 | 
         
             
            # Build the Gradio interface.
         
     | 
| 63 | 
         
             
            with gr.Blocks() as interface:
         
     | 
| 64 | 
         
             
                gr.Markdown("# 🏺 Mythology Storyteller")
         
     | 
| 65 | 
         
            +
                gr.Markdown("Enter a phrase from a chapter of your choice (please include Parv, key event, and section for a better answer). The model will generate the summary of the respective chapter.")
         
     | 
| 66 | 
         | 
| 67 | 
         
             
                with gr.Row():
         
     | 
| 68 | 
         
             
                    user_input = gr.Textbox(lines = 5, label = "Incomplete story excerpt", placeholder = "Enter an excerpt from the Mahabharata here...")
         
     |