GunaKoppula commited on
Commit
8cd024c
Β·
verified Β·
1 Parent(s): 9c6cb45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +18 -4
app.py CHANGED
@@ -98,6 +98,11 @@ with gr.Blocks() as demo:
98
  source="microphone", type="filepath", format="mp3"
99
  )
100
 
 
 
 
 
 
101
  with gr.Column(scale=8):
102
  with gr.Box():
103
  with gr.Row():
@@ -105,10 +110,19 @@ with gr.Blocks() as demo:
105
  avatar_images=("πŸ§‘", "πŸ€–"),
106
  height=550,
107
  )
108
- with gr.Row():
109
- # Adding a Button
110
- submit = gr.Button()
111
- clear = gr.Button(value="Clear")
 
 
 
 
 
 
 
 
 
112
 
113
  submit.click(
114
  add_content,
 
98
  source="microphone", type="filepath", format="mp3"
99
  )
100
 
101
+ with gr.Row():
102
+ # Adding a Button
103
+ submit = gr.Button()
104
+ clear = gr.Button(value="Clear")
105
+
106
  with gr.Column(scale=8):
107
  with gr.Box():
108
  with gr.Row():
 
110
  avatar_images=("πŸ§‘", "πŸ€–"),
111
  height=550,
112
  )
113
+
114
+
115
+ # with gr.Column(scale=8):
116
+ # with gr.Box():
117
+ # with gr.Row():
118
+ # chatbot = gr.Chatbot(
119
+ # avatar_images=("πŸ§‘", "πŸ€–"),
120
+ # height=550,
121
+ # )
122
+ # with gr.Row():
123
+ # # Adding a Button
124
+ # submit = gr.Button()
125
+ # clear = gr.Button(value="Clear")
126
 
127
  submit.click(
128
  add_content,