Spaces:
Sleeping
Sleeping
Update app.py "Heading Changes"
Browse files
app.py
CHANGED
|
@@ -147,8 +147,8 @@ def run_eval(conversation: str,
|
|
| 147 |
# Gradio UI
|
| 148 |
# -----------------------------
|
| 149 |
def create_demo():
|
| 150 |
-
with gr.Blocks(title="FinanceEval β
|
| 151 |
-
gr.Markdown("# π FinanceEval
|
| 152 |
|
| 153 |
conversation = gr.Textbox(label="Conversation", lines=16, placeholder="Paste transcript here...")
|
| 154 |
with gr.Accordion("Model Selection", open=True):
|
|
|
|
| 147 |
# Gradio UI
|
| 148 |
# -----------------------------
|
| 149 |
def create_demo():
|
| 150 |
+
with gr.Blocks(title="FinanceEval β HF Spaces") as demo:
|
| 151 |
+
gr.Markdown("# π FinanceEval")
|
| 152 |
|
| 153 |
conversation = gr.Textbox(label="Conversation", lines=16, placeholder="Paste transcript here...")
|
| 154 |
with gr.Accordion("Model Selection", open=True):
|