Commit 
							
							Β·
						
						301a7a9
	
1
								Parent(s):
							
							0cc19e7
								
docs: update SQL
Browse files
    	
        README.md
    CHANGED
    
    | 
         @@ -1,5 +1,5 @@ 
     | 
|
| 1 | 
         
             
            ---
         
     | 
| 2 | 
         
            -
            title: Text To  
     | 
| 3 | 
         
             
            emoji: π₯ π¦ π€
         
     | 
| 4 | 
         
             
            colorFrom: blue
         
     | 
| 5 | 
         
             
            colorTo: blue
         
     | 
| 
         | 
|
| 1 | 
         
             
            ---
         
     | 
| 2 | 
         
            +
            title: Text To SQL Hub Datasets
         
     | 
| 3 | 
         
             
            emoji: π₯ π¦ π€
         
     | 
| 4 | 
         
             
            colorFrom: blue
         
     | 
| 5 | 
         
             
            colorTo: blue
         
     | 
    	
        app.py
    CHANGED
    
    | 
         @@ -72,7 +72,7 @@ def query_dataset(hub_repo_id, features, query): 
     | 
|
| 72 | 
         | 
| 73 | 
         | 
| 74 | 
         
             
            with gr.Blocks() as demo:
         
     | 
| 75 | 
         
            -
                gr.Markdown("""# π₯ π¦ π€ Text To  
     | 
| 76 | 
         | 
| 77 | 
         
             
                            This is a basic text to SQL tool that allows you to query datasets on Huggingface Hub.
         
     | 
| 78 | 
         
             
                            It is built with [DuckDB](https://duckdb.org/), [Huggingface's Inference API](https://huggingface.co/docs/api-inference/index), and [LLama 3.1 70B](https://huggingface.co/meta-llama/Meta-Llama-3.1-70B-Instruct).
         
     | 
| 
         | 
|
| 72 | 
         | 
| 73 | 
         | 
| 74 | 
         
             
            with gr.Blocks() as demo:
         
     | 
| 75 | 
         
            +
                gr.Markdown("""# π₯ π¦ π€ Text To SQL Hub Datasets π₯ π¦ π€
         
     | 
| 76 | 
         | 
| 77 | 
         
             
                            This is a basic text to SQL tool that allows you to query datasets on Huggingface Hub.
         
     | 
| 78 | 
         
             
                            It is built with [DuckDB](https://duckdb.org/), [Huggingface's Inference API](https://huggingface.co/docs/api-inference/index), and [LLama 3.1 70B](https://huggingface.co/meta-llama/Meta-Llama-3.1-70B-Instruct).
         
     |