Spaces:
Runtime error
Runtime error
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):
|