pragnakalp commited on
Commit
af7eaf5
·
1 Parent(s): 282f138

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -137,10 +137,11 @@ with gr.Blocks(css=".gradio-container {background-color: lightgray}") as demo:
137
 
138
  with gr.Row():
139
  with gr.Column():
140
- input_radio= gr.Radio(language_options,value='English')
141
  input_text=gr.Textbox(lines=5, label="Paragraph",value =input_para)
142
  with gr.Row():
143
  sub_btn = gr.Button("Submit")
 
144
  with gr.Column():
145
  q1=gr.Textbox(label="Question 1",value=question[0])
146
  a1=gr.Textbox(label="Answer 1")
 
137
 
138
  with gr.Row():
139
  with gr.Column():
140
+ input_radio= gr.Radio(language_options,label="Select a language",value='English')
141
  input_text=gr.Textbox(lines=5, label="Paragraph",value =input_para)
142
  with gr.Row():
143
  sub_btn = gr.Button("Submit")
144
+ gr.Button.style(sub_btn,bg_color='orange',text_color='white')
145
  with gr.Column():
146
  q1=gr.Textbox(label="Question 1",value=question[0])
147
  a1=gr.Textbox(label="Answer 1")