eaglelandsonce commited on
Commit
db2445c
1 Parent(s): 54c9445

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -99,15 +99,15 @@ with gr.Blocks() as iface:
99
  gr.HTML(TITLE1)
100
  gr.HTML(TITLE2)
101
  with gr.Row():
102
- with gr.Column(scale=1):
103
- gr.Image(value="crewai/resources/smartmix.jpg")
104
- with gr.Column(scale=5):
105
- run_button_crewai = gr.Button(value="Run", variant="primary", scale=1)
106
- run_button_crewai.click(
107
- fn=crewai_process,
108
- inputs=gr.Textbox(lines=2, placeholder="Enter Research Topic Here..."),
109
- outputs="text",
110
- )
111
 
112
  '''
113
  iface = gr.Interface(
 
99
  gr.HTML(TITLE1)
100
  gr.HTML(TITLE2)
101
  with gr.Row():
102
+ with gr.Column(scale=1):
103
+ gr.Image(value="crewai/resources/smartmix.jpg")
104
+ with gr.Column(scale=5):
105
+ run_button_crewai = gr.Button(value="Run", variant="primary", scale=1)
106
+ run_button_crewai.click(
107
+ fn=crewai_process,
108
+ inputs=gr.Textbox(lines=2, placeholder="Enter Discussion Topic..."),
109
+ outputs="text",
110
+ )
111
 
112
  '''
113
  iface = gr.Interface(