Samurai719214 commited on
Commit
e633598
·
verified ·
1 Parent(s): f76cb1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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...")