rbx-imarcin commited on
Commit
92c446a
·
verified ·
1 Parent(s): eee4b74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def generate_response(prompt, system_prompt, temperature, top_p, seed):
52
 
53
  # Create the Gradio interface
54
  with gr.Blocks() as app:
55
- gr.Markdown("# Roblox API Interface")
56
  with gr.Row():
57
  with gr.Column():
58
  # Input components
 
52
 
53
  # Create the Gradio interface
54
  with gr.Blocks() as app:
55
+ gr.Markdown("# Roblox Safe Generation API (Generate Text)")
56
  with gr.Row():
57
  with gr.Column():
58
  # Input components