privateuserh commited on
Commit
5b2c723
·
verified ·
1 Parent(s): 42f0dc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def get_actor_advice(user_query, script_input, character_name_input):
57
  # --- Frontend UI with Gradio ---
58
  with gr.Blocks() as demo:
59
  gr.Markdown("# Actor's LLM")
60
- gr.Markdown("Enter your script and ask for acting advice for your character. The AI will remember past queries in the current session.")
61
 
62
  with gr.Row():
63
  with gr.Column():
 
57
  # --- Frontend UI with Gradio ---
58
  with gr.Blocks() as demo:
59
  gr.Markdown("# Actor's LLM")
60
+ gr.Markdown("Enter your script and ask for acting advice for your character. The AI will remember past queries in the current session. This session is Sponsored by my AI Avatar, SM+ and Astral Nexus Studio")
61
 
62
  with gr.Row():
63
  with gr.Column():