Spaces:
Runtime error
Runtime error
shubhamagarwal92
commited on
Commit
•
e99f912
1
Parent(s):
536ecfa
Restarting
Browse files
app.py
CHANGED
@@ -499,7 +499,7 @@ class GradioChatApp:
|
|
499 |
with gr.Column(scale=8):
|
500 |
chatbot = gr.Chatbot(elem_id="Chatbot", label="LitLLM", height=460)
|
501 |
# with gr.Row():
|
502 |
-
# gr.Markdown("""**Enter your research idea here
|
503 |
|
504 |
with gr.Row():
|
505 |
with gr.Column(scale=3):
|
|
|
499 |
with gr.Column(scale=8):
|
500 |
chatbot = gr.Chatbot(elem_id="Chatbot", label="LitLLM", height=460)
|
501 |
# with gr.Row():
|
502 |
+
# gr.Markdown("""**Enter your research idea here!!**""")
|
503 |
|
504 |
with gr.Row():
|
505 |
with gr.Column(scale=3):
|