rameshmoorthy
commited on
Commit
•
09a6682
1
Parent(s):
86b075f
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ def bot(history, cross_encoder):
|
|
182 |
|
183 |
#with gr.Blocks(theme='Insuz/SimpleIndigo') as demo:
|
184 |
with gr.Blocks(theme='NoCrypt/miku') as demo:
|
185 |
-
with gr.Row()
|
186 |
with gr.Column(scale=10):
|
187 |
# gr.Markdown(
|
188 |
# """
|
|
|
182 |
|
183 |
#with gr.Blocks(theme='Insuz/SimpleIndigo') as demo:
|
184 |
with gr.Blocks(theme='NoCrypt/miku') as demo:
|
185 |
+
with gr.Row():
|
186 |
with gr.Column(scale=10):
|
187 |
# gr.Markdown(
|
188 |
# """
|