Commit Β·
6ae9f4d
1
Parent(s): 0c8610d
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,9 +179,9 @@ with block:
|
|
| 179 |
chat_history_state = gr.State()
|
| 180 |
instruction_prompt_out = gr.State()
|
| 181 |
|
| 182 |
-
gr.Markdown("<h1><center>
|
| 183 |
|
| 184 |
-
gr.Markdown("
|
| 185 |
|
| 186 |
with gr.Row():
|
| 187 |
current_source = gr.Textbox(label="Current data source(s)", value="Lambeth_2030-Our_Future_Our_Lambeth.pdf", scale = 10)
|
|
|
|
| 179 |
chat_history_state = gr.State()
|
| 180 |
instruction_prompt_out = gr.State()
|
| 181 |
|
| 182 |
+
gr.Markdown("<h1><center>Chat with Misbahuddin Classroom</center></h1>")
|
| 183 |
|
| 184 |
+
gr.Markdown("Ask any question of pharmacology of 10 drugs. However, there are some limitations.")
|
| 185 |
|
| 186 |
with gr.Row():
|
| 187 |
current_source = gr.Textbox(label="Current data source(s)", value="Lambeth_2030-Our_Future_Our_Lambeth.pdf", scale = 10)
|