antoineandrieu commited on
Commit
1ce2aa4
·
1 Parent(s): 9940960

Align avatar image

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -63,8 +63,8 @@ with gr.Blocks(theme=gr.themes.Soft(), css="""
63
  h1 {
64
  text-align: center;
65
  }
66
- .gradio-container {
67
- max-width: 800px !important;
68
  }
69
  .feedback-card {
70
  border: 1px solid #e0e0e0;
@@ -115,10 +115,9 @@ h1 {
115
  feedback_comment = gr.Textbox(
116
  placeholder="Commentaire (optionnel)",
117
  show_label=False,
118
- lines=2,
119
- max_lines=3
120
  )
121
- feedback_send_btn = gr.Button("Envoyer", size="sm")
122
 
123
  thank_you_message = gr.HTML(
124
  "<div style='color: #4CAF50; margin-top: 8px;'>Merci pour votre retour !</div>",
 
63
  h1 {
64
  text-align: center;
65
  }
66
+ img {
67
+ margin: 0 !important;
68
  }
69
  .feedback-card {
70
  border: 1px solid #e0e0e0;
 
115
  feedback_comment = gr.Textbox(
116
  placeholder="Commentaire (optionnel)",
117
  show_label=False,
118
+ scale=3
 
119
  )
120
+ feedback_send_btn = gr.Button("Envoyer", scale=1)
121
 
122
  thank_you_message = gr.HTML(
123
  "<div style='color: #4CAF50; margin-top: 8px;'>Merci pour votre retour !</div>",