openfree commited on
Commit
49b3d5e
·
verified ·
1 Parent(s): f7e67ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3080,7 +3080,7 @@ def create_interface():
3080
  """
3081
 
3082
  with gr.Blocks(theme=gr.themes.Soft(), css=css, title="Screenplay Generator") as interface:
3083
- gr.HTML("""
3084
  <style>
3085
  .badges-container {
3086
  display: flex;
@@ -3137,7 +3137,7 @@ gr.HTML("""
3137
  Using industry-standard format and story structure to create compelling, producible scripts.
3138
  </p>
3139
  </div>
3140
- """)
3141
  # State management
3142
  current_session_id = gr.State(None)
3143
 
 
3080
  """
3081
 
3082
  with gr.Blocks(theme=gr.themes.Soft(), css=css, title="Screenplay Generator") as interface:
3083
+ gr.HTML("""
3084
  <style>
3085
  .badges-container {
3086
  display: flex;
 
3137
  Using industry-standard format and story structure to create compelling, producible scripts.
3138
  </p>
3139
  </div>
3140
+ """)
3141
  # State management
3142
  current_session_id = gr.State(None)
3143