Ouz commited on
Commit
61909cd
·
1 Parent(s): 14a7889

Add visitors badge

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -47,6 +47,10 @@ def process_and_evaluate(api_key, user_input, llm_response, selected_evaluator):
47
 
48
  # Create the interface with a custom layout
49
  with gr.Blocks(theme=gr.themes.Default(primary_hue="blue")) as demo:
 
 
 
 
50
  with gr.Row():
51
  gr.Image(value="https://lh3.googleusercontent.com/d/1e49skZjYGTZscWCVrhf6Ad1bRP2pvwpI", height=60)
52
  gr.Markdown("<div>&nbsp;</div>") # Add some space below the image
 
47
 
48
  # Create the interface with a custom layout
49
  with gr.Blocks(theme=gr.themes.Default(primary_hue="blue")) as demo:
50
+ gr.HTML("""<a href="https://api.visitorbadge.io/api/visitors?path=https://huggingface.co/spaces/root-signals/RootEvaluatorsDemo">
51
+ <img src="https://api.visitorbadge.io/api/visitors?path=https://huggingface.co/spaces/root-signals/RootEvaluatorsDemo" />
52
+ </a>""")
53
+
54
  with gr.Row():
55
  gr.Image(value="https://lh3.googleusercontent.com/d/1e49skZjYGTZscWCVrhf6Ad1bRP2pvwpI", height=60)
56
  gr.Markdown("<div>&nbsp;</div>") # Add some space below the image