Abalsia2 commited on
Commit
8960470
1 Parent(s): dfc4b7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -7,8 +7,8 @@ import secrets
7
 
8
 
9
 
10
- cohere_api_key = os.getenv("OrLcCzgoAtSg8TkG4VMB5G33H84Znq2kj3JjNIk9")
11
- co = cohere.Client(cohere_api_key, client_name="huggingface-rp")
12
 
13
 
14
  def trigger_example(example):
@@ -77,9 +77,9 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
77
 
78
  with gr.Row():
79
  with gr.Column(scale=1):
80
- #gr.Image("logoplus.png", elem_id="logo-img", show_label=False, show_share_button=False, show_download_button=False)
81
  with gr.Column(scale=3):
82
- #gr.Markdown(""" """)
83
 
84
  with gr.Column():
85
  with gr.Row():
 
7
 
8
 
9
 
10
+ coherecoomandRplus = os.getenv("OrLcCzgoAtSg8TkG4VMB5G33H84Znq2kj3JjNIk9")
11
+ co = cohere.Client(coherecoomandRplus, client_name="huggingface-rp")
12
 
13
 
14
  def trigger_example(example):
 
77
 
78
  with gr.Row():
79
  with gr.Column(scale=1):
80
+ gr.Image("logohf1.jpg", elem_id="logo-img", show_label=False, show_share_button=False, show_download_button=False)
81
  with gr.Column(scale=3):
82
+ gr.Markdown("""Bienvenue sur votre Assistant Code du Travail Français ! """)
83
 
84
  with gr.Column():
85
  with gr.Row():