Saiteja Solleti commited on
Commit
9673f4e
·
1 Parent(s): 73d0932

modified UI

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks() as iface:
107
 
108
  with gr.Row():
109
  question_input = gr.Textbox(label="Enter your Question", lines=5)
110
- with gr.Column(scale=2):
111
 
112
  dropdown_input = gr.Dropdown(
113
  ["LLaMA 3.3", "Mistral 7B","Deepseek 70b"],
 
107
 
108
  with gr.Row():
109
  question_input = gr.Textbox(label="Enter your Question", lines=5)
110
+ with gr.Column(scale=1):
111
 
112
  dropdown_input = gr.Dropdown(
113
  ["LLaMA 3.3", "Mistral 7B","Deepseek 70b"],