Didier commited on
Commit
2fd33ab
·
verified ·
1 Parent(s): 98ce77a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -97,11 +97,11 @@ with gr.Blocks() as demo:
97
  ## Text translation using a "standard" Large Language Model (LLM)
98
  """)
99
  # User interface
100
- chatbot = gr.Chatbot(height=500, render=False)
101
  textbox = gr.Textbox(
102
  placeholder="Enter text to translate",
103
  container=False,
104
- scale=7, lines=6, render=False)
105
 
106
  # Additional inputs
107
  instruction_message = gr.Textbox(
 
97
  ## Text translation using a "standard" Large Language Model (LLM)
98
  """)
99
  # User interface
100
+ chatbot = gr.Chatbot(height=400, render=False)
101
  textbox = gr.Textbox(
102
  placeholder="Enter text to translate",
103
  container=False,
104
+ scale=7, lines=1, render=False)
105
 
106
  # Additional inputs
107
  instruction_message = gr.Textbox(