kevinwang676 commited on
Commit
efae7a1
·
verified ·
1 Parent(s): 1e7d7f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -1064,7 +1064,14 @@ example_descriptions = [
1064
  ]
1065
 
1066
  # Create the Gradio interface
1067
- with gr.Blocks(title="Movie Analysis Multi-Agent System") as demo:
 
 
 
 
 
 
 
1068
  gr.Markdown("# Movie Analysis Multi-Agent System")
1069
  gr.Markdown("""
1070
  This demo uses a multi-agent system to analyze movie descriptions. Enter a description of your movie idea,
 
1064
  ]
1065
 
1066
  # Create the Gradio interface
1067
+ with gr.Blocks(title="Movie Analysis Multi-Agent System", css="""
1068
+ .monospace-text textarea {
1069
+ font-family: monospace !important;
1070
+ white-space: pre !important;
1071
+ overflow-x: auto !important;
1072
+ font-size: 0.9em !important;
1073
+ }
1074
+ """) as demo:
1075
  gr.Markdown("# Movie Analysis Multi-Agent System")
1076
  gr.Markdown("""
1077
  This demo uses a multi-agent system to analyze movie descriptions. Enter a description of your movie idea,