alibidaran commited on
Commit
e71c178
·
verified ·
1 Parent(s): 8ad47fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import shutil
3
  import os
4
- import ollama
5
  import time
6
  #import pandas as pd
7
  global Modelfile # Declare Modelfile as a global variable
@@ -40,7 +40,7 @@ def respond(history):
40
  with gr.Blocks() as demo:
41
  gr.Markdown('# Welcome to Zaki platform')
42
  with gr.Tab('Chat Interface'):
43
- gr.HTML('<h1> Fake client chatbot </h2>')
44
  chatbot = gr.Chatbot(type="messages")
45
  msg = gr.Textbox()
46
  btn=gr.Button('Send')
 
1
  import gradio as gr
2
  import shutil
3
  import os
4
+ #import ollama
5
  import time
6
  #import pandas as pd
7
  global Modelfile # Declare Modelfile as a global variable
 
40
  with gr.Blocks() as demo:
41
  gr.Markdown('# Welcome to Zaki platform')
42
  with gr.Tab('Chat Interface'):
43
+ gr.HTML('<h1> Virtual Doctor </h2>')
44
  chatbot = gr.Chatbot(type="messages")
45
  msg = gr.Textbox()
46
  btn=gr.Button('Send')