sergiomar73 commited on
Commit
e17ad0e
1 Parent(s): 811fd5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ def quantified_classification(transcript, threshold):
131
  # Gradio UI
132
 
133
  with gr.Blocks(css=".gradio-container { background-color: white; background-image: url('file=./qc-logo.png'); background-size: 75px 75px; background-repeat: no-repeat; background-position: 0px 0px; }") as demo:
134
- gr.Markdown("# Transcript classifier")
135
  with gr.Row():
136
  transcript = gr.Textbox(lines=3, label="Transcript", placeholder="Transcript Here...")
137
  with gr.Row():
 
131
  # Gradio UI
132
 
133
  with gr.Blocks(css=".gradio-container { background-color: white; background-image: url('file=./qc-logo.png'); background-size: 75px 75px; background-repeat: no-repeat; background-position: 0px 0px; }") as demo:
134
+ gr.Markdown(f"# {' ' * 8}Transcript classifier with GPT-3")
135
  with gr.Row():
136
  transcript = gr.Textbox(lines=3, label="Transcript", placeholder="Transcript Here...")
137
  with gr.Row():