sergiomar73 commited on
Commit
5df7bc2
·
verified ·
1 Parent(s): 7c98c93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import csv
2
  import gradio as gr # type: ignore
3
  import pandas as pd # type: ignore
4
 
5
- with gr.Blocks(title="Conversation rebuilder") as app:
6
  gr.Markdown(
7
  """# Conversation rebuilder
8
  Please, fill the Database Transcript and the List of matched clips from Kibana, and click the Rebuild button"""
 
2
  import gradio as gr # type: ignore
3
  import pandas as pd # type: ignore
4
 
5
+ with gr.Blocks(title="Conversation rebuilder",theme="gradio/monochrome") as app:
6
  gr.Markdown(
7
  """# Conversation rebuilder
8
  Please, fill the Database Transcript and the List of matched clips from Kibana, and click the Rebuild button"""